Interface CacheLifecycleEvent
- All Superinterfaces:
- Event<CacheLifecycleEvent.Type>
A CacheLifecycleEvent allows subscribers to capture events pertaining to
 the lifecycle of a cache.
- Since:
- 12.2.1
- Author:
- bbc 2015.09.01
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumThe emitted event types for aCacheLifecycleEvent.
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the cache that the event is associated with.Deprecated.Return theCacheLifecycleEventDispatcherthis event was raised by.The scope name that this event is associated with.The name of the service that the event is associated with.The optional Session name that this event is associated with.Methods inherited from interface com.tangosol.net.events.EventgetType, nextInterceptor
- 
Method Details- 
getDispatcherDeprecated.Return thePartitionedCacheDispatcherthis event was raised by ornullif the dispatcher is not aPartitionedCacheDispatcher.- Specified by:
- getDispatcherin interface- Event<CacheLifecycleEvent.Type>
- Returns:
- the PartitionedCacheDispatcherthis event was raised by ornullif the dispatcher is not aPartitionedCacheDispatcher.
 
- 
getEventDispatcherCacheLifecycleEventDispatcher getEventDispatcher()Return theCacheLifecycleEventDispatcherthis event was raised by.- Returns:
- the CacheLifecycleEventDispatcher this event was raised by
 
- 
getCacheNameString getCacheName()The name of the cache that the event is associated with.- Returns:
- the name of the cache that the event is associated with
 
- 
getServiceNameString getServiceName()The name of the service that the event is associated with.- Returns:
- the name of the service that the event is associated with nullif this event is not associated with a service
 
- 
getScopeNameString getScopeName()The scope name that this event is associated with.- Returns:
- the scope name that this event is associated with or nullif this event is not associated with a scope
 
- 
getSessionNameString getSessionName()The optional Session name that this event is associated with.- Returns:
- the optional Session name that this event is associated with or
         nullif this event is not associated with a Session
 
 
- 
getEventDispatcher()