@NonNullApi @NonNullFields

Package io.github.resilience4j.cache.event

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