Class AtlassianCacheAbstractEvent<R>

    • Constructor Detail

      • AtlassianCacheAbstractEvent

        protected AtlassianCacheAbstractEvent​(String cacheName)
    • Method Detail

      • toString

        @NotNull
        public abstract @NotNull String toString()
        Description copied from interface: CrossNodesEvent
        Returns a string representation of the object.
        Specified by:
        toString in interface CrossNodesEvent
        Overrides:
        toString in class Object
        Returns:
        a string representation of the object
      • isEmpty

        public boolean isEmpty()
        Description copied from interface: CrossNodesEvent
        Returns whether the event is empty. May be needed to avoid sending empty events.
        Specified by:
        isEmpty in interface CrossNodesEvent
        Returns:
        true if the event is empty, false otherwise.