Class UnBoundedSessionCache

    • Constructor Detail

      • UnBoundedSessionCache

        public UnBoundedSessionCache​(String cacheName,
                                     StatefulSessionContainer container,
                                     int cacheIdleTime,
                                     int removalTime)
    • Method Detail

      • isThresholdReached

        protected boolean isThresholdReached()
        Overrides:
        isThresholdReached in class com.sun.appserv.util.cache.BaseCache
      • trimLru

        protected com.sun.appserv.util.cache.BaseCache.CacheItem trimLru()