Uses of Interface
org.anchoranalysis.feature.calculate.cache.CacheCreator
Packages that use CacheCreator
Package
Description
Classes to cache feature-results or parts of feature-results that occur repeatedly among features
or across calculations of the same feature.
-
Uses of CacheCreator in org.anchoranalysis.feature.calculate.cache
Methods in org.anchoranalysis.feature.calculate.cache with parameters of type CacheCreatorModifier 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.