Interface CacheLifecycleEvent

    • Method Detail

      • getCacheName

        String getCacheName()
        The name of the cache that the event is associated with.
        Returns:
        the name of the cache that the event is associated with
      • getServiceName

        String getServiceName()
        The name of the service that the event is associated with.
        Returns:
        the name of the service that the event is associated with null if this event is not associated with a service
      • getScopeName

        String getScopeName()
        The scope name that this event is associated with.
        Returns:
        the scope name that this event is associated with or null if this event is not associated with a scope
      • getSessionName

        String getSessionName()
        The optional Session name that this event is associated with.
        Returns:
        the optional Session name that this event is associated with or null if this event is not associated with a Session