Uses of Class
org.anchoranalysis.feature.session.cache.finder.CacheTransferSource
Packages that use CacheTransferSource
Package
Description
Strategies to determine which child-cache (among hierarchy) to employ for a particular feature
calculation.
-
Uses of CacheTransferSource in org.anchoranalysis.feature.session.cache.finder
Classes in org.anchoranalysis.feature.session.cache.finder that implement interfaces with type arguments of type CacheTransferSourceModifier and TypeClassDescriptionclassA collection of existing caches that can collectively be used as sources for child-caches elsewhere.Methods in org.anchoranalysis.feature.session.cache.finder that return types with arguments of type CacheTransferSourceModifier and TypeMethodDescriptionIterator<CacheTransferSource<? extends FeatureInput>> CacheTransferSourceCollection.iterator()Methods in org.anchoranalysis.feature.session.cache.finder with parameters of type CacheTransferSourceModifier and TypeMethodDescriptionvoidCacheTransferSourceCollection.add(CacheTransferSource<? extends FeatureInput> source) Adds a source.