Package com.gengoai.cache
Methods for creating and manage caches as well as auto-caching method calls.
-
Interface Summary Interface Description Cache<K,V> A generic cache interface. -
Class Summary Class Description AutoCalculatingLRUCache<K,V> Auto calculating LRU cache that calculates values for keys when retrieved using aSerializableFunction
.LRUCache<K,V> Last-Recently-Used Cache with bounded size.