Uses of Package
org.anchoranalysis.feature.session.cache.finder
| Package | Description |
|---|---|
| org.anchoranalysis.feature.session |
A defined context in which one or more features are provided inputs and produce results.
|
| org.anchoranalysis.feature.session.cache.finder |
Strategies to determine which child-cache (among hierarchy) to employ for a particular feature
calculation.
|
| org.anchoranalysis.feature.session.replace |
Strategies on whether to reuse or invalidate a feature-input's cache.
|
-
Classes in org.anchoranalysis.feature.session.cache.finder used by org.anchoranalysis.feature.session Class Description ChildCacheFinder Strategy to determine which child-cache (among hierarchy) to employ for a particular feature calculation. -
Classes in org.anchoranalysis.feature.session.cache.finder used by org.anchoranalysis.feature.session.cache.finder Class Description CacheSupplier Supplies aLRUCachethat maps a feature input-type to a corresponding toFeatureCalculationInput.CacheTransferSource An existing cache that can be used as a source for child-caches elsewhere.CacheTransferSourceCollection A collection of existing caches that can collectively be used as sources for child-caches elsewhere.ChildCacheFinder Strategy to determine which child-cache (among hierarchy) to employ for a particular feature calculation. -
Classes in org.anchoranalysis.feature.session.cache.finder used by org.anchoranalysis.feature.session.replace Class Description ChildCacheFinder Strategy to determine which child-cache (among hierarchy) to employ for a particular feature calculation.