Interface CacheEvent

    • Method Detail

      • getCacheName

        java.lang.String getCacheName()
        Returns the name of the Cache which has created the event.
        Returns:
        the name of the Cache which has created the event
      • getCreationTime

        java.time.ZonedDateTime getCreationTime()
        Returns the creation time of Cache event.
        Returns:
        the creation time of Cache event
      • getEventType

        CacheEvent.Type getEventType()
        Returns the type of the Cache event.
        Returns:
        the type of the Cache event