public class org.eclipse.jetty.server.session.NullSessionCache extends org.eclipse.jetty.server.session.AbstractSessionCache
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.session.NullSessionCache
  super_class: org.eclipse.jetty.server.session.AbstractSessionCache
{
  private static final org.slf4j.Logger LOG;
    descriptor: Lorg/slf4j/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 37
            ldc Lorg/eclipse/jetty/server/session/NullSessionCache;
            invokestatic org.slf4j.LoggerFactory.getLogger:(Ljava/lang/Class;)Lorg/slf4j/Logger;
            putstatic org.eclipse.jetty.server.session.NullSessionCache.LOG:Lorg/slf4j/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jetty.server.session.SessionHandler);
    descriptor: (Lorg/eclipse/jetty/server/session/SessionHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
        start local 1 // org.eclipse.jetty.server.session.SessionHandler handler
         0: .line 44
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial org.eclipse.jetty.server.session.AbstractSessionCache.<init>:(Lorg/eclipse/jetty/server/session/SessionHandler;)V
         1: .line 45
            aload 0 /* this */
            iconst_0
            invokespecial org.eclipse.jetty.server.session.AbstractSessionCache.setEvictionPolicy:(I)V
         2: .line 46
            return
        end local 1 // org.eclipse.jetty.server.session.SessionHandler handler
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jetty/server/session/NullSessionCache;
            0    3     1  handler  Lorg/eclipse/jetty/server/session/SessionHandler;
    MethodParameters:
         Name  Flags
      handler  

  public void shutdown();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
         0: .line 51
            return
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/session/NullSessionCache;

  public org.eclipse.jetty.server.session.Session newSession(org.eclipse.jetty.server.session.SessionData);
    descriptor: (Lorg/eclipse/jetty/server/session/SessionData;)Lorg/eclipse/jetty/server/session/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
        start local 1 // org.eclipse.jetty.server.session.SessionData data
         0: .line 56
            new org.eclipse.jetty.server.session.Session
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.session.NullSessionCache.getSessionHandler:()Lorg/eclipse/jetty/server/session/SessionHandler;
            aload 1 /* data */
            invokespecial org.eclipse.jetty.server.session.Session.<init>:(Lorg/eclipse/jetty/server/session/SessionHandler;Lorg/eclipse/jetty/server/session/SessionData;)V
            areturn
        end local 1 // org.eclipse.jetty.server.session.SessionData data
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/session/NullSessionCache;
            0    1     1  data  Lorg/eclipse/jetty/server/session/SessionData;
    MethodParameters:
      Name  Flags
      data  

  public org.eclipse.jetty.server.session.Session newSession(jakarta.servlet.http.HttpServletRequest, org.eclipse.jetty.server.session.SessionData);
    descriptor: (Ljakarta/servlet/http/HttpServletRequest;Lorg/eclipse/jetty/server/session/SessionData;)Lorg/eclipse/jetty/server/session/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
        start local 1 // jakarta.servlet.http.HttpServletRequest request
        start local 2 // org.eclipse.jetty.server.session.SessionData data
         0: .line 62
            new org.eclipse.jetty.server.session.Session
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.session.NullSessionCache.getSessionHandler:()Lorg/eclipse/jetty/server/session/SessionHandler;
            aload 1 /* request */
            aload 2 /* data */
            invokespecial org.eclipse.jetty.server.session.Session.<init>:(Lorg/eclipse/jetty/server/session/SessionHandler;Ljakarta/servlet/http/HttpServletRequest;Lorg/eclipse/jetty/server/session/SessionData;)V
            areturn
        end local 2 // org.eclipse.jetty.server.session.SessionData data
        end local 1 // jakarta.servlet.http.HttpServletRequest request
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jetty/server/session/NullSessionCache;
            0    1     1  request  Ljakarta/servlet/http/HttpServletRequest;
            0    1     2     data  Lorg/eclipse/jetty/server/session/SessionData;
    MethodParameters:
         Name  Flags
      request  
      data     

  public org.eclipse.jetty.server.session.Session doGet(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jetty/server/session/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
        start local 1 // java.lang.String id
         0: .line 69
            aconst_null
            areturn
        end local 1 // java.lang.String id
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/session/NullSessionCache;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public org.eclipse.jetty.server.session.Session doPutIfAbsent(java.lang.String, org.eclipse.jetty.server.session.Session);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jetty/server/session/Session;)Lorg/eclipse/jetty/server/session/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
        start local 1 // java.lang.String id
        start local 2 // org.eclipse.jetty.server.session.Session session
         0: .line 76
            aconst_null
            areturn
        end local 2 // org.eclipse.jetty.server.session.Session session
        end local 1 // java.lang.String id
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/jetty/server/session/NullSessionCache;
            0    1     1       id  Ljava/lang/String;
            0    1     2  session  Lorg/eclipse/jetty/server/session/Session;
    MethodParameters:
         Name  Flags
      id       
      session  

  public boolean doReplace(java.lang.String, org.eclipse.jetty.server.session.Session, org.eclipse.jetty.server.session.Session);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jetty/server/session/Session;Lorg/eclipse/jetty/server/session/Session;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
        start local 1 // java.lang.String id
        start local 2 // org.eclipse.jetty.server.session.Session oldValue
        start local 3 // org.eclipse.jetty.server.session.Session newValue
         0: .line 83
            iconst_1
            ireturn
        end local 3 // org.eclipse.jetty.server.session.Session newValue
        end local 2 // org.eclipse.jetty.server.session.Session oldValue
        end local 1 // java.lang.String id
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jetty/server/session/NullSessionCache;
            0    1     1        id  Ljava/lang/String;
            0    1     2  oldValue  Lorg/eclipse/jetty/server/session/Session;
            0    1     3  newValue  Lorg/eclipse/jetty/server/session/Session;
    MethodParameters:
          Name  Flags
      id        
      oldValue  
      newValue  

  public org.eclipse.jetty.server.session.Session doDelete(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/eclipse/jetty/server/session/Session;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
        start local 1 // java.lang.String id
         0: .line 89
            aconst_null
            areturn
        end local 1 // java.lang.String id
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/session/NullSessionCache;
            0    1     1    id  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      id    

  public void setEvictionPolicy(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
        start local 1 // int evictionTimeout
         0: .line 95
            getstatic org.eclipse.jetty.server.session.NullSessionCache.LOG:Lorg/slf4j/Logger;
            invokeinterface org.slf4j.Logger.isDebugEnabled:()Z
            ifeq 2
         1: .line 96
            getstatic org.eclipse.jetty.server.session.NullSessionCache.LOG:Lorg/slf4j/Logger;
            ldc "Ignoring eviction setting: {}"
            iload 1 /* evictionTimeout */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface org.slf4j.Logger.debug:(Ljava/lang/String;Ljava/lang/Object;)V
         2: .line 97
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int evictionTimeout
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/eclipse/jetty/server/session/NullSessionCache;
            0    3     1  evictionTimeout  I
    MethodParameters:
                 Name  Flags
      evictionTimeout  

  protected org.eclipse.jetty.server.session.Session doComputeIfAbsent(java.lang.String, java.util.function.Function<java.lang.String, org.eclipse.jetty.server.session.Session>);
    descriptor: (Ljava/lang/String;Ljava/util/function/Function;)Lorg/eclipse/jetty/server/session/Session;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.session.NullSessionCache this
        start local 1 // java.lang.String id
        start local 2 // java.util.function.Function mappingFunction
         0: .line 102
            aload 2 /* mappingFunction */
            aload 1 /* id */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.session.Session
            areturn
        end local 2 // java.util.function.Function mappingFunction
        end local 1 // java.lang.String id
        end local 0 // org.eclipse.jetty.server.session.NullSessionCache this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/eclipse/jetty/server/session/NullSessionCache;
            0    1     1               id  Ljava/lang/String;
            0    1     2  mappingFunction  Ljava/util/function/Function<Ljava/lang/String;Lorg/eclipse/jetty/server/session/Session;>;
    Signature: (Ljava/lang/String;Ljava/util/function/Function<Ljava/lang/String;Lorg/eclipse/jetty/server/session/Session;>;)Lorg/eclipse/jetty/server/session/Session;
    MethodParameters:
                 Name  Flags
      id               
      mappingFunction  
}
SourceFile: "NullSessionCache.java"