Uses of Interface
org.anchoranalysis.feature.calculate.cache.FeatureCalculationCache
Packages that use FeatureCalculationCache
Package
Description
Sub-feature units of calculation that can be cached.
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 FeatureCalculationCacheModifier and TypeMethodDescriptionFeatureCalculationInput.getCache()Get the associatedFeatureCalculationCache. -
Uses of FeatureCalculationCache in org.anchoranalysis.feature.calculate.cache
Methods in org.anchoranalysis.feature.calculate.cache that return FeatureCalculationCacheModifier and TypeMethodDescription<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.