Class NoSessionCache

    • Constructor Summary

      Constructors 
      Constructor Description
      NoSessionCache()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<SessionRow> get​(java.lang.String sessionId, java.util.function.Supplier<java.util.Optional<SessionRow>> direct)  
      void invalidate​(java.lang.String sessionId)  
      • Methods inherited from class java.lang.Object

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

      • NoSessionCache

        public NoSessionCache()
    • Method Detail

      • get

        public java.util.Optional<SessionRow> get​(java.lang.String sessionId,
                                                  java.util.function.Supplier<java.util.Optional<SessionRow>> direct)
        Specified by:
        get in interface SessionCache
      • invalidate

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