Uses of Class
org.anchoranalysis.core.cache.CachedSupplierBase
Packages that use CachedSupplierBase
Package
Description
Caching (memozing) calls to a method so an operation does not need to be repeated.
-
Uses of CachedSupplierBase in org.anchoranalysis.core.cache
Subclasses of CachedSupplierBase in org.anchoranalysis.core.cacheModifier and TypeClassDescriptionclass
CachedSupplier<T,
E extends Exception> Memoizes (caches) aCheckedSupplier
.