public class org.springframework.cache.interceptor.CacheEvictOperation extends org.springframework.cache.interceptor.CacheOperation
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.cache.interceptor.CacheEvictOperation
super_class: org.springframework.cache.interceptor.CacheOperation
{
private final boolean cacheWide;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final boolean beforeInvocation;
descriptor: Z
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(org.springframework.cache.interceptor.CacheEvictOperation$Builder);
descriptor: (Lorg/springframework/cache/interceptor/CacheEvictOperation$Builder;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.springframework.cache.interceptor.CacheEvictOperation this
start local 1 // org.springframework.cache.interceptor.CacheEvictOperation$Builder b
0: .line 38
aload 0 /* this */
aload 1 /* b */
invokespecial org.springframework.cache.interceptor.CacheOperation.<init>:(Lorg/springframework/cache/interceptor/CacheOperation$Builder;)V
1: .line 39
aload 0 /* this */
aload 1 /* b */
getfield org.springframework.cache.interceptor.CacheEvictOperation$Builder.cacheWide:Z
putfield org.springframework.cache.interceptor.CacheEvictOperation.cacheWide:Z
2: .line 40
aload 0 /* this */
aload 1 /* b */
getfield org.springframework.cache.interceptor.CacheEvictOperation$Builder.beforeInvocation:Z
putfield org.springframework.cache.interceptor.CacheEvictOperation.beforeInvocation:Z
3: .line 41
return
end local 1 // org.springframework.cache.interceptor.CacheEvictOperation$Builder b
end local 0 // org.springframework.cache.interceptor.CacheEvictOperation this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/springframework/cache/interceptor/CacheEvictOperation;
0 4 1 b Lorg/springframework/cache/interceptor/CacheEvictOperation$Builder;
MethodParameters:
Name Flags
b
public boolean isCacheWide();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.cache.interceptor.CacheEvictOperation this
0: .line 45
aload 0 /* this */
getfield org.springframework.cache.interceptor.CacheEvictOperation.cacheWide:Z
ireturn
end local 0 // org.springframework.cache.interceptor.CacheEvictOperation this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheEvictOperation;
public boolean isBeforeInvocation();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.springframework.cache.interceptor.CacheEvictOperation this
0: .line 49
aload 0 /* this */
getfield org.springframework.cache.interceptor.CacheEvictOperation.beforeInvocation:Z
ireturn
end local 0 // org.springframework.cache.interceptor.CacheEvictOperation this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/cache/interceptor/CacheEvictOperation;
}
SourceFile: "CacheEvictOperation.java"
NestMembers:
org.springframework.cache.interceptor.CacheEvictOperation$Builder
InnerClasses:
public Builder = org.springframework.cache.interceptor.CacheEvictOperation$Builder of org.springframework.cache.interceptor.CacheEvictOperation
public abstract Builder = org.springframework.cache.interceptor.CacheOperation$Builder of org.springframework.cache.interceptor.CacheOperation