public class org.hibernate.cache.internal.StandardTimestampsCacheFactory implements org.hibernate.cache.spi.TimestampsCacheFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.hibernate.cache.internal.StandardTimestampsCacheFactory
super_class: java.lang.Object
{
public static final org.hibernate.cache.internal.StandardTimestampsCacheFactory INSTANCE;
descriptor: Lorg/hibernate/cache/internal/StandardTimestampsCacheFactory;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.hibernate.cache.internal.StandardTimestampsCacheFactory
dup
invokespecial org.hibernate.cache.internal.StandardTimestampsCacheFactory.<init>:()V
putstatic org.hibernate.cache.internal.StandardTimestampsCacheFactory.INSTANCE:Lorg/hibernate/cache/internal/StandardTimestampsCacheFactory;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cache/internal/StandardTimestampsCacheFactory;
public org.hibernate.cache.spi.TimestampsCache buildTimestampsCache(org.hibernate.cache.spi.CacheImplementor, org.hibernate.cache.spi.TimestampsRegion);
descriptor: (Lorg/hibernate/cache/spi/CacheImplementor;Lorg/hibernate/cache/spi/TimestampsRegion;)Lorg/hibernate/cache/spi/TimestampsCache;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new org.hibernate.cache.internal.TimestampsCacheEnabledImpl
dup
aload 2
invokespecial org.hibernate.cache.internal.TimestampsCacheEnabledImpl.<init>:(Lorg/hibernate/cache/spi/TimestampsRegion;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/cache/internal/StandardTimestampsCacheFactory;
0 1 1 cacheManager Lorg/hibernate/cache/spi/CacheImplementor;
0 1 2 timestampsRegion Lorg/hibernate/cache/spi/TimestampsRegion;
MethodParameters:
Name Flags
cacheManager
timestampsRegion
}
SourceFile: "StandardTimestampsCacheFactory.java"