Class CacheInvalidationContext


  • public class CacheInvalidationContext
    extends Object
    Provides additional information/hints for the particular cache to employ. EXPERIMENTAL TODO probably change to CacheInvalidationEvent and enclose also type, OID, and clusterwide flag
    • Constructor Detail

      • CacheInvalidationContext

        public CacheInvalidationContext​(boolean fromRemoteNode,
                                        CacheInvalidationDetails details)
    • Method Detail

      • isFromRemoteNode

        public boolean isFromRemoteNode()
      • setFromRemoteNode

        public void setFromRemoteNode​(boolean fromRemoteNode)
      • isTerminateSession

        public boolean isTerminateSession()
      • setTerminateSession

        public void setTerminateSession​(boolean terminateSession)
      • isListUsersSession

        public boolean isListUsersSession()
      • setListUsersSession

        public void setListUsersSession​(boolean listUsersSession)