Interface CacheLifecycleEventDispatcher

All Superinterfaces:
EventDispatcher
All Known Subinterfaces:
PartitionedCacheDispatcher

public interface CacheLifecycleEventDispatcher extends EventDispatcher
A CacheLifecycleEventDispatcher raises CacheLifecycleEvents.
Since:
20.12
Author:
Jonathan Knight 2020.11.16
  • Method Details

    • getCacheName

      String getCacheName()
      Return the name of the cache that this dispatcher is associated with.
      Returns:
      the cache name
    • getServiceName

      String getServiceName()
      Return the optional name of the service that this dispatcher is associated with.
      Returns:
      the service name that this dispatcher is associated with or null if this dispatcher is not associated with a cache service.
    • getScopeName

      String getScopeName()
      Return the optional scope name that this dispatcher is associated with.
      Returns:
      the scope name that this dispatcher is associated with or null if this dispatcher is not associated with a scope.