Class GorSessionCacheManager


  • public class GorSessionCacheManager
    extends java.lang.Object
    Class that stores the session cache on a requestId key. By default the cache is kept alive for 3600 seconds. When a new session is created this class should be used to acquire the cache object.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.gorpipe.gor.session.GorSessionCache getCache​(java.lang.String requestId)  
      static void invalidateCache​(java.lang.String requestId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCache

        public static org.gorpipe.gor.session.GorSessionCache getCache​(java.lang.String requestId)
      • invalidateCache

        public static void invalidateCache​(java.lang.String requestId)