public class org.springframework.cache.interceptor.CacheableOperation extends org.springframework.cache.interceptor.CacheOperation
{
private final java.lang.String unless;
private final boolean sync;
public void <init>(org.springframework.cache.interceptor.CacheableOperation$Builder)
{
org.springframework.cache.interceptor.CacheableOperation v;
java.lang.String v;
org.springframework.cache.interceptor.CacheableOperation$Builder v;
boolean v;
v := @this: org.springframework.cache.interceptor.CacheableOperation;
v := @parameter: org.springframework.cache.interceptor.CacheableOperation$Builder;
specialinvoke v.<org.springframework.cache.interceptor.CacheOperation: void <init>(org.springframework.cache.interceptor.CacheOperation$Builder)>(v);
v = v.<org.springframework.cache.interceptor.CacheableOperation$Builder: java.lang.String unless>;
v.<org.springframework.cache.interceptor.CacheableOperation: java.lang.String unless> = v;
v = v.<org.springframework.cache.interceptor.CacheableOperation$Builder: boolean sync>;
v.<org.springframework.cache.interceptor.CacheableOperation: boolean sync> = v;
return;
}
public java.lang.String getUnless()
{
java.lang.String v;
org.springframework.cache.interceptor.CacheableOperation v;
v := @this: org.springframework.cache.interceptor.CacheableOperation;
v = v.<org.springframework.cache.interceptor.CacheableOperation: java.lang.String unless>;
return v;
}
public boolean isSync()
{
boolean v;
org.springframework.cache.interceptor.CacheableOperation v;
v := @this: org.springframework.cache.interceptor.CacheableOperation;
v = v.<org.springframework.cache.interceptor.CacheableOperation: boolean sync>;
return v;
}
}