Package org.anchoranalysis.core.cache
package org.anchoranalysis.core.cache
Caching (memozing) calls to a method so an operation does not need to be repeated.
-
ClassesClassDescriptionCachedSupplier<T,
E extends Exception> Memoizes (caches) aCheckedSupplier
.Base class for functions that memoize (cache) a call to an interface.LRUCache<K,V> A cache that discards items that haven't being used recently or frequently.