Uses of Package
org.anchoranalysis.core.cache
Packages that use org.anchoranalysis.core.cache
Package
Description
Caching (memozing) calls to a method so an operation does not need to be repeated.
Data structures like
NamedProvider
with
supporting for adding new elements.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.
-
Classes in org.anchoranalysis.core.cache used by org.anchoranalysis.core.cacheClassDescriptionMemoizes (caches) a
CheckedSupplier
.Base class for functions that memoize (cache) a call to an interface. -
Classes in org.anchoranalysis.core.cache used by org.anchoranalysis.core.identifier.provider.store
-
Classes in org.anchoranalysis.core.cache used by org.anchoranalysis.feature.session.cache.finderClassDescriptionA cache that discards items that haven't being used recently or frequently.
-
Classes in org.anchoranalysis.core.cache used by org.anchoranalysis.feature.session.replaceClassDescriptionA cache that discards items that haven't being used recently or frequently.