All Classes

Class Summary 
Class Description
AbstractCache<K,​V>
Provides a common implementation of: Cache.computeIfAbsent(Object, Function) Cache.putIfAbsent(Object, Object) Cache.merge(Object, Object, BiFunction)
AbstractCacheProvider
Provides helper methods commonly used for implementing CacheProvider.
CacheApi
Primary API interaction point to build Cache instances.
CacheApiSettings
Holds a registry of default settings and cache providers.
CacheApiSpec<K,​V>
Fluent implementation of ICacheSpec.
GenericMapCacheDelegate<K,​V>
Delegates cache calls to a Map view that already conforms to a desired ICacheSpec.
LockedAbstractCache<K,​V>
Safely implements Cache methods using ReadWriteLock.