Uses of Interface
org.anchoranalysis.feature.calculate.cache.FeatureCalculationCache
| Package | Description |
|---|---|
| org.anchoranalysis.feature.calculate |
Sub-feature units of calculation that can be cached.
|
| org.anchoranalysis.feature.calculate.cache |
Classes to cache feature-results or parts of feature-results that occur repeatedly among features
or across calculations of the same feature.
|
-
Uses of FeatureCalculationCache in org.anchoranalysis.feature.calculate
Methods in org.anchoranalysis.feature.calculate that return FeatureCalculationCache Modifier and Type Method Description FeatureCalculationCache<T>FeatureCalculationInput. getCache()Get the associatedFeatureCalculationCache. -
Uses of FeatureCalculationCache in org.anchoranalysis.feature.calculate.cache
Methods in org.anchoranalysis.feature.calculate.cache that return FeatureCalculationCache Modifier and Type Method Description <V extends FeatureInput>
FeatureCalculationCache<V>FeatureCalculationCache. childCacheFor(ChildCacheName childName, Class<? extends FeatureInput> inputType, CacheCreator cacheCreator)Gets/creates a child-cache for a given name.<T extends FeatureInput>
FeatureCalculationCache<T>CacheCreator. create(Class<? extends FeatureInput> inputType)Creates aFeatureCalculationCachethat accepts a particular input type.