Uses of Interface
org.anchoranalysis.feature.session.cache.finder.ChildCacheFinder
| 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.
|
-
Uses of ChildCacheFinder in org.anchoranalysis.feature.session
Constructors in org.anchoranalysis.feature.session with parameters of type ChildCacheFinder Constructor Description SessionInputSequential(T input, CacheCreator cacheCreator, ChildCacheFinder findChild)Creates for a particular input,CacheCreatorandChildCacheFinder. -
Uses of ChildCacheFinder in org.anchoranalysis.feature.session.cache.finder
Classes in org.anchoranalysis.feature.session.cache.finder that implement ChildCacheFinder Modifier and Type Class Description classCheckCacheForSpecificChildrenFor particular child-caches, check if aFeatureCalculationInputis available from another LRU-cache and reuse.classDefaultChildCacheFinderThe default strategy for finding children by always directly taking (or creating a child-cache) as necessary.Methods in org.anchoranalysis.feature.session.cache.finder that return ChildCacheFinder Modifier and Type Method Description ChildCacheFinderCheckCacheForSpecificChildren. finderForGrandchild()ChildCacheFinderChildCacheFinder. finderForGrandchild()What finder to use for children-of-children?ChildCacheFinderDefaultChildCacheFinder. finderForGrandchild()static ChildCacheFinderDefaultChildCacheFinder. instance()Singleton instance ofDefaultChildCacheFinder. -
Uses of ChildCacheFinder in org.anchoranalysis.feature.session.replace
Constructors in org.anchoranalysis.feature.session.replace with parameters of type ChildCacheFinder Constructor Description AlwaysNew(CacheCreator cacheCreator, ChildCacheFinder findChildStrategy)ReuseSingletonStrategy(CacheCreator cacheCreator, ChildCacheFinder findChildStrategy)Constructor with custom means of creating aFeatureCalculationInput