All Classes

Class Description
Cache<K,​V>  
Cache.EventPublisher
An EventPublisher which can be used to register event consumers.
Cache.Metrics  
CacheEvent
An event which is created by a CircuitBreaker.
CacheEvent.Type
Event types which are created by a CircuitBreaker.
CacheImpl<K,​V>  
CacheOnErrorEvent
A CacheEvent which informs that accessing the cache has caused an exception.
CacheOnHitEvent<K>
A CacheEvent which informs about a cache hit.
CacheOnMissEvent<K>
A CacheEvent which informs about a cache miss.
CacheRegistryStore<E>