All Classes and Interfaces
Classes
Class
Description
Provides a common implementation of:
Cache.computeIfAbsent(Object, Function)
Cache.putIfAbsent(Object, Object)
Cache.merge(Object, Object, BiFunction)
Provides helper methods commonly used for implementing
CacheProvider
.Primary API interaction point to build
Cache
instances.Holds a registry of default settings and cache providers.
Fluent implementation of
ICacheSpec
.Delegates cache calls to a
Map
view that already conforms to a desired ICacheSpec
.Safely implements
Cache
methods using ReadWriteLock
.