public class org.ehcache.jsr107.EhcacheCachingProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.ehcache.jsr107.EhcacheCachingProvider
  super_class: java.lang.Object
{
  private static final java.lang.String DEFAULT_URI_STRING;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "urn:X-ehcache:jsr107-default-config"

  private static final java.net.URI URI_DEFAULT;
    descriptor: Ljava/net/URI;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.Map<java.lang.ClassLoader, java.util.concurrent.ConcurrentMap<java.net.URI, org.ehcache.jsr107.Eh107CacheManager>> cacheManagers;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/ClassLoader;Ljava/util/concurrent/ConcurrentMap<Ljava/net/URI;Lorg/ehcache/jsr107/Eh107CacheManager;>;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.osgi cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tComponent cannot be resolved to a type\n\tCachingProvider cannot be resolved to a type\n\tjavax.cache cannot be resolved to a type\n\tCacheManager cannot be resolved to a type\n\tThe method getCacheManager(URI, ClassLoader, Properties) of type EhcacheCachingProvider must override or implement a supertype method\n\tCacheManager cannot be resolved to a type\n\tCacheManager cannot be resolved to a type\n\tThe method getDefaultClassLoader() of type EhcacheCachingProvider must override or implement a supertype method\n\tThe method getDefaultURI() of type EhcacheCachingProvider must override or implement a supertype method\n\tThe method getDefaultProperties() of type EhcacheCachingProvider must override or implement a supertype method\n\tCacheManager cannot be resolved to a type\n\tThe method getCacheManager(URI, ClassLoader) of type EhcacheCachingProvider must override or implement a supertype method\n\tThe method getCacheManager(URI, ClassLoader, Properties) from the type EhcacheCachingProvider refers to the missing type CacheManager\n\tCacheManager cannot be resolved to a type\n\tThe method getCacheManager() of type EhcacheCachingProvider must override or implement a supertype method\n\tThe method getCacheManager(URI, ClassLoader) from the type EhcacheCachingProvider refers to the missing type CacheManager\n\tThe method close() of type EhcacheCachingProvider must override or implement a supertype method\n\tThe method close(ClassLoader) of type EhcacheCachingProvider must override or implement a supertype method\n\tCacheException cannot be resolved to a type\n\tThe method close(URI, ClassLoader) of type EhcacheCachingProvider must override or implement a supertype method\n\tOptionalFeature cannot be resolved to a type\n\tSTORE_BY_REFERENCE cannot be resolved to a variable\n\tjavax.cache cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;

  public CacheManager getCacheManager(java.net.URI, java.lang.ClassLoader, java.util.Properties);
    descriptor: (Ljava/net/URI;Ljava/lang/ClassLoader;Ljava/util/Properties;)LCacheManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCacheManager cannot be resolved to a type\n\tThe method getCacheManager(URI, ClassLoader, Properties) of type EhcacheCachingProvider must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
             Name  Flags
      uri          
      classLoader  
      properties   

  public CacheManager getCacheManager(java.net.URI, org.ehcache.config.Configuration);
    descriptor: (Ljava/net/URI;Lorg/ehcache/config/Configuration;)LCacheManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
        Name  Flags
      uri     
      config  

  public CacheManager getCacheManager(java.net.URI, org.ehcache.config.Configuration, java.util.Properties);
    descriptor: (Ljava/net/URI;Lorg/ehcache/config/Configuration;Ljava/util/Properties;)LCacheManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCacheManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
            Name  Flags
      uri         
      config      
      properties  

  org.ehcache.jsr107.Eh107CacheManager getCacheManager(org.ehcache.jsr107.EhcacheCachingProvider$ConfigSupplier, java.util.Properties);
    descriptor: (Lorg/ehcache/jsr107/EhcacheCachingProvider$ConfigSupplier;Ljava/util/Properties;)Lorg/ehcache/jsr107/Eh107CacheManager;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 114
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
                Name  Flags
      configSupplier  
      properties      

  private org.ehcache.jsr107.Eh107CacheManager createCacheManager(java.net.URI, org.ehcache.config.Configuration, java.util.Properties);
    descriptor: (Ljava/net/URI;Lorg/ehcache/config/Configuration;Ljava/util/Properties;)Lorg/ehcache/jsr107/Eh107CacheManager;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 142
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
            Name  Flags
      uri         
      config      
      properties  

  public java.lang.ClassLoader getDefaultClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 169
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getDefaultClassLoader() of type EhcacheCachingProvider must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;

  public java.net.URI getDefaultURI();
    descriptor: ()Ljava/net/URI;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 177
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getDefaultURI() of type EhcacheCachingProvider must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;

  public java.util.Properties getDefaultProperties();
    descriptor: ()Ljava/util/Properties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 185
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getDefaultProperties() of type EhcacheCachingProvider must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;

  public CacheManager getCacheManager(java.net.URI, java.lang.ClassLoader);
    descriptor: (Ljava/net/URI;Ljava/lang/ClassLoader;)LCacheManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 193
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCacheManager cannot be resolved to a type\n\tThe method getCacheManager(URI, ClassLoader) of type EhcacheCachingProvider must override or implement a supertype method\n\tThe method getCacheManager(URI, ClassLoader, Properties) from the type EhcacheCachingProvider refers to the missing type CacheManager\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
             Name  Flags
      uri          final
      classLoader  final

  public CacheManager getCacheManager();
    descriptor: ()LCacheManager;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 201
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCacheManager cannot be resolved to a type\n\tThe method getCacheManager() of type EhcacheCachingProvider must override or implement a supertype method\n\tThe method getCacheManager(URI, ClassLoader) from the type EhcacheCachingProvider refers to the missing type CacheManager\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 209
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method close() of type EhcacheCachingProvider must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;

  public void close(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 224
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method close(ClassLoader) of type EhcacheCachingProvider must override or implement a supertype method\n\tCacheException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
             Name  Flags
      classLoader  final

  public void close(java.net.URI, java.lang.ClassLoader);
    descriptor: (Ljava/net/URI;Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 245
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method close(URI, ClassLoader) of type EhcacheCachingProvider must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
             Name  Flags
      uri          final
      classLoader  final

  public boolean isSupported(OptionalFeature);
    descriptor: (LOptionalFeature;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 265
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tOptionalFeature cannot be resolved to a type\n\tSTORE_BY_REFERENCE cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
                 Name  Flags
      optionalFeature  final

  void close(org.ehcache.jsr107.Eh107CacheManager);
    descriptor: (Lorg/ehcache/jsr107/Eh107CacheManager;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
         0: .line 280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EhcacheCachingProvider this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EhcacheCachingProvider;
    MethodParameters:
              Name  Flags
      cacheManager  

  private static java.util.Properties cloneProperties(java.util.Properties);
    descriptor: (Ljava/util/Properties;)Ljava/util/Properties;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 289
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
            Name  Flags
      properties  
}
SourceFile: "EhcacheCachingProvider.java"
NestMembers:
  org.ehcache.jsr107.EhcacheCachingProvider$ConfigSupplier
InnerClasses:
  ConfigSupplier = org.ehcache.jsr107.EhcacheCachingProvider$ConfigSupplier of org.ehcache.jsr107.EhcacheCachingProvider
    RuntimeInvisibleAnnotations: 
      Component()