Modifier and Type | Method and Description |
---|---|
AttributeCachingStrategy |
CompositeAttributeLoader.getCachingStrategy() |
AttributeCachingStrategy |
AttributeLoader.getCachingStrategy() |
AttributeCachingStrategy |
AbstractPropagateLoader.getCachingStrategy() |
AttributeCachingStrategy |
AbstractForestIndependentAttributeLoader.getCachingStrategy() |
AttributeCachingStrategy |
AbstractAggregateLoader.getCachingStrategy() |
static AttributeCachingStrategy |
AttributeCachingStrategy.guessCachingStrategy(AttributeSpec<?> spec)
Guessing if the value is cacheable based on the value format.
|
static AttributeCachingStrategy |
AttributeCachingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeCachingStrategy[] |
AttributeCachingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AttributeCachingStrategy |
LaDerivedAttributeLoader.getCachingStrategy() |
AttributeCachingStrategy |
LaAttributeLoader.getCachingStrategy() |
Constructor and Description |
---|
LaAttributeLoader(AttributeSpec<R> spec,
AttributeCachingStrategy cachingStrategy,
Class<T> itemClass,
La<? super T,? extends R> la,
String... itemTypes) |
Modifier and Type | Method and Description |
---|---|
AttributeCachingStrategy |
AbstractDistinctSumLoader.getCachingStrategy() |
Copyright © 2017 ALM Works. All Rights Reserved.