public interface CacheLifecycleEvent extends Event<CacheLifecycleEvent.Type>
Modifier and Type | Interface | Description |
---|---|---|
static class |
CacheLifecycleEvent.Type |
The emitted event types for a
CacheLifecycleEvent . |
Modifier and Type | Method | Description |
---|---|---|
String |
getCacheName() |
The name of the cache that the event is associated with.
|
getDispatcher
getType, nextInterceptor
String getCacheName()