| Interface | Description |
|---|---|
| CacheEvent |
An event which is created by a CircuitBreaker.
|
| Class | Description |
|---|---|
| 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.
|
| Enum | Description |
|---|---|
| CacheEvent.Type |
Event types which are created by a CircuitBreaker.
|