Uses of Class
org.anchoranalysis.feature.session.cache.finder.CacheTransferSource
| Package | Description |
|---|---|
| org.anchoranalysis.feature.session.cache.finder |
Strategies to determine which child-cache (among hierarchy) to employ for a particular feature
calculation.
|
-
Uses of CacheTransferSource in org.anchoranalysis.feature.session.cache.finder
Methods in org.anchoranalysis.feature.session.cache.finder that return types with arguments of type CacheTransferSource Modifier and Type Method Description Iterator<CacheTransferSource<? extends FeatureInput>>CacheTransferSourceCollection. iterator()Methods in org.anchoranalysis.feature.session.cache.finder with parameters of type CacheTransferSource Modifier and Type Method Description voidCacheTransferSourceCollection. add(CacheTransferSource<? extends FeatureInput> source)Adds a source.