Class AbstractSessionCache

    • Field Detail

      • statistics

        protected org.apache.geode.modules.session.catalina.internal.DeltaSessionStatistics statistics
    • Method Detail

      • putSession

        public void putSession​(org.apache.catalina.Session session)
        Specified by:
        putSession in interface SessionCache
      • getSession

        public javax.servlet.http.HttpSession getSession​(java.lang.String sessionId)
        Specified by:
        getSession in interface SessionCache
      • destroySession

        public void destroySession​(java.lang.String sessionId)
        Specified by:
        destroySession in interface SessionCache
      • getStatistics

        public org.apache.geode.modules.session.catalina.internal.DeltaSessionStatistics getStatistics()
        Specified by:
        getStatistics in interface SessionCache