Class CacheOnMissEvent<K>
java.lang.Object
io.github.resilience4j.cache.event.AbstractCacheEvent
io.github.resilience4j.cache.event.CacheOnMissEvent<K>
- All Implemented Interfaces:
CacheEvent
A CacheEvent which informs about a cache miss.
-
Nested Class Summary
Nested classes/interfaces inherited from interface CacheEvent
CacheEvent.Type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractCacheEvent
getCacheName, getCreationTime
-
Field Details
-
cacheKey
-
-
Constructor Details
-
CacheOnMissEvent
-
-
Method Details
-
getEventType
Description copied from interface:CacheEventReturns the type of the Cache event.- Returns:
- the type of the Cache event
-
getCacheKey
-
toString
-