Uses of Interface
org.anchoranalysis.feature.calculate.cache.CacheCreator
| Package | Description |
|---|---|
| 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 CacheCreator in org.anchoranalysis.feature.calculate.cache
Methods in org.anchoranalysis.feature.calculate.cache with parameters of type CacheCreator 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.