Uses of Class
org.anchoranalysis.core.cache.CachedSupplier
Packages that use CachedSupplier
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.-
Uses of CachedSupplier in org.anchoranalysis.core.cache
Methods in org.anchoranalysis.core.cache that return CachedSupplierModifier and TypeMethodDescriptionstatic <T,
E extends Exception>
CachedSupplier<T, E> Creates a cached-version of aSupplier
.static <T,
E extends Exception>
CachedSupplier<T, E> CachedSupplier.cacheChecked
(CheckedSupplier<T, E> suppplier) Creates a cached-version of aCheckedSupplier
. -
Uses of CachedSupplier in org.anchoranalysis.core.identifier.provider.store
Methods in org.anchoranalysis.core.identifier.provider.store that return CachedSupplierModifier and TypeMethodDescriptionstatic <T> CachedSupplier
<T, OperationFailedException> StoreSupplier.cacheResettable
(StoreSupplier<T> supplier) Memoizes (caches) the supplied object, and returning it with aCachedSupplier
interface