public class CacheOnMissEvent<K>
extends java.lang.Object
CacheEvent.Type| Constructor and Description |
|---|
CacheOnMissEvent(java.lang.String cacheName,
K cacheKey) |
| Modifier and Type | Method and Description |
|---|---|
K |
getCacheKey() |
java.lang.String |
getCacheName()
Returns the name of the Cache which has created the event.
|
java.time.ZonedDateTime |
getCreationTime()
Returns the creation time of Cache event.
|
CacheEvent.Type |
getEventType()
Returns the type of the Cache event.
|
java.lang.String |
toString() |
public CacheOnMissEvent(java.lang.String cacheName,
K cacheKey)
public CacheEvent.Type getEventType()
CacheEventpublic K getCacheKey()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getCacheName()
CacheEventgetCacheName in interface CacheEventpublic java.time.ZonedDateTime getCreationTime()
CacheEventgetCreationTime in interface CacheEvent