Class AbstractSessionCacheFactory

    • Constructor Detail

      • AbstractSessionCacheFactory

        public AbstractSessionCacheFactory()
        Deprecated.
    • Method Detail

      • isInvalidateOnShutdown

        public boolean isInvalidateOnShutdown()
        Deprecated.
      • setInvalidateOnShutdown

        public void setInvalidateOnShutdown​(boolean invalidateOnShutdown)
        Deprecated.
      • isFlushOnResponseCommit

        public boolean isFlushOnResponseCommit()
        Deprecated.
        Returns:
        the flushOnResponseCommit
      • setFlushOnResponseCommit

        public void setFlushOnResponseCommit​(boolean flushOnResponseCommit)
        Deprecated.
        Parameters:
        flushOnResponseCommit - the flushOnResponseCommit to set
      • isSaveOnCreate

        public boolean isSaveOnCreate()
        Deprecated.
        Returns:
        the saveOnCreate
      • setSaveOnCreate

        public void setSaveOnCreate​(boolean saveOnCreate)
        Deprecated.
        Parameters:
        saveOnCreate - the saveOnCreate to set
      • isRemoveUnloadableSessions

        public boolean isRemoveUnloadableSessions()
        Deprecated.
        Returns:
        the removeUnloadableSessions
      • setRemoveUnloadableSessions

        public void setRemoveUnloadableSessions​(boolean removeUnloadableSessions)
        Deprecated.
        Parameters:
        removeUnloadableSessions - the removeUnloadableSessions to set
      • getEvictionPolicy

        public int getEvictionPolicy()
        Deprecated.
        Returns:
        the evictionPolicy
      • setEvictionPolicy

        public void setEvictionPolicy​(int evictionPolicy)
        Deprecated.
        Parameters:
        evictionPolicy - the evictionPolicy to set
      • isSaveOnInactiveEvict

        public boolean isSaveOnInactiveEvict()
        Deprecated.
        Returns:
        the saveOnInactiveEvict
      • setSaveOnInactiveEvict

        public void setSaveOnInactiveEvict​(boolean saveOnInactiveEvict)
        Deprecated.
        Parameters:
        saveOnInactiveEvict - the saveOnInactiveEvict to set