Class InterceptorUtil
- java.lang.Object
-
- tech.rsqn.cacheservice.interceptors.InterceptorUtil
-
public class InterceptorUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InterceptorUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgenerateCacheKeyBasedOnMethodInvocation(TransparentCacheService cache, org.aopalliance.intercept.MethodInvocation invocation)
-
-
-
Method Detail
-
generateCacheKeyBasedOnMethodInvocation
public static java.lang.String generateCacheKeyBasedOnMethodInvocation(TransparentCacheService cache, org.aopalliance.intercept.MethodInvocation invocation)
-
-