Assert.notNull(targetClass,"targetClass is required");
this.method=method;
this.methodName=method.getName();
this.target=target;
this.targetClass=targetClass;
this.args=args;
this.caches=caches;
}
@ -44,4 +55,20 @@ public class DefaultCacheExpressionRootObject implements CacheExpressionRootObje
@@ -44,4 +55,20 @@ public class DefaultCacheExpressionRootObject implements CacheExpressionRootObje
@ -56,6 +56,11 @@ public class AnnotatedClassCacheableService implements CacheableService {
@@ -56,6 +56,11 @@ public class AnnotatedClassCacheableService implements CacheableService {
@ -59,6 +59,11 @@ public class DefaultCacheableService implements CacheableService<Long> {
@@ -59,6 +59,11 @@ public class DefaultCacheableService implements CacheableService<Long> {