Interface CacheLifecycleEventDispatcher

    • Method Detail

      • 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.