class io.ebeaninternal.server.cache.DefaultServerCacheFactory$NoopServerCacheNotify implements io.ebean.cache.ServerCacheNotify
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.ebeaninternal.server.cache.DefaultServerCacheFactory$NoopServerCacheNotify
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.ebeaninternal.server.cache.DefaultServerCacheFactory$NoopServerCacheNotify this
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.ebeaninternal.server.cache.DefaultServerCacheFactory$NoopServerCacheNotify this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/ebeaninternal/server/cache/DefaultServerCacheFactory$NoopServerCacheNotify;

  public void notify(io.ebean.cache.ServerCacheNotification);
    descriptor: (Lio/ebean/cache/ServerCacheNotification;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // io.ebeaninternal.server.cache.DefaultServerCacheFactory$NoopServerCacheNotify this
        start local 1 // io.ebean.cache.ServerCacheNotification notification
         0: .line 58
            return
        end local 1 // io.ebean.cache.ServerCacheNotification notification
        end local 0 // io.ebeaninternal.server.cache.DefaultServerCacheFactory$NoopServerCacheNotify this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lio/ebeaninternal/server/cache/DefaultServerCacheFactory$NoopServerCacheNotify;
            0    1     1  notification  Lio/ebean/cache/ServerCacheNotification;
    MethodParameters:
              Name  Flags
      notification  
}
SourceFile: "DefaultServerCacheFactory.java"
NestHost: io.ebeaninternal.server.cache.DefaultServerCacheFactory
InnerClasses:
  private NoopServerCacheNotify = io.ebeaninternal.server.cache.DefaultServerCacheFactory$NoopServerCacheNotify of io.ebeaninternal.server.cache.DefaultServerCacheFactory