Uses of Interface
org.anchoranalysis.feature.session.cache.finder.CacheSupplier
Packages that use CacheSupplier
Package
Description
Strategies to determine which child-cache (among hierarchy) to employ for a particular feature
calculation.
-
Uses of CacheSupplier in org.anchoranalysis.feature.session.cache.finder
Constructors in org.anchoranalysis.feature.session.cache.finder with parameters of type CacheSupplierModifierConstructorDescriptionCacheTransferSource
(CacheSupplier<T, OperationFailedException> cacheToSearch, Set<ChildCacheName> specificChildren) Creates a newCacheTransferSource
instance.