Class NoSessionCache

java.lang.Object
kz.greetgo.security.session.NoSessionCache
All Implemented Interfaces:
SessionCache

public class NoSessionCache
extends java.lang.Object
implements SessionCache
  • Constructor Summary

    Constructors 
    Constructor Description
    NoSessionCache()  
  • Method Summary

    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