public interface org.hibernate.cache.spi.SecondLevelCacheLogger extends org.jboss.logging.BasicLogger
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.hibernate.cache.spi.SecondLevelCacheLogger
  super_class: java.lang.Object
{
  public static final org.hibernate.cache.spi.SecondLevelCacheLogger INSTANCE;
    descriptor: Lorg/hibernate/cache/spi/SecondLevelCacheLogger;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int NAMESPACE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 90001000

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 13
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tThe import org.jboss.logging.annotations cannot be resolved\n\tMessageLogger cannot be resolved to a type\n\tValidIdRange cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n\tLogMessage cannot be resolved to a type\n\tMessage cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract void attemptToStartAlreadyStartedCacheProvider();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()

  public abstract void attemptToStopAlreadyStoppedCacheProvider();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()

  public abstract void readOnlyCachingMutableEntity(org.hibernate.metamodel.model.domain.NavigableRole);
    descriptor: (Lorg/hibernate/metamodel/model/domain/NavigableRole;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
               Name  Flags
      navigableRole  

  public abstract void readOnlyCachingMutableNaturalId(org.hibernate.metamodel.model.domain.NavigableRole);
    descriptor: (Lorg/hibernate/metamodel/model/domain/NavigableRole;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
               Name  Flags
      navigableRole  

  public abstract void softLockedCacheExpired(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      LogMessage()
      Message()
    MethodParameters:
            Name  Flags
      regionName  
      key         
}
SourceFile: "SecondLevelCacheLogger.java"
    RuntimeInvisibleAnnotations: 
      MessageLogger()
      ValidIdRange()