Uses of Class
org.anchoranalysis.core.cache.LRUCache
Packages that use LRUCache
Package
Description
Strategies to determine which child-cache (among hierarchy) to employ for a particular feature
calculation.
Strategies on whether to reuse or invalidate a feature-input's cache.
-
Uses of LRUCache in org.anchoranalysis.feature.session.cache.finder
Methods in org.anchoranalysis.feature.session.cache.finder that return types with arguments of type LRUCache -
Uses of LRUCache in org.anchoranalysis.feature.session.replace
Methods in org.anchoranalysis.feature.session.replace that return LRUCacheModifier and TypeMethodDescriptionCacheAndReuseStrategy.getCache()
The cache mapping a particular input to a correspondingFeatureCalculationInput
.