cache_provider library

CacheProvider provides the cache abstract class and provides an in-memory cache implementation and a persistent cache implementation for the file system based on this abstract class.

Classes

CacheEntry<V extends CacheValue>
CachePair<V extends CacheValue>
CacheProvider<V extends CacheValue>
CacheValue

Enums

GetResult