Uses of Interface
tech.rsqn.cacheservice.TransparentCacheService
-
Packages that use TransparentCacheService Package Description tech.rsqn.cacheservice.interceptors tech.rsqn.cacheservice.referencetransparentcache tech.rsqn.cacheservice.support -
-
Uses of TransparentCacheService in tech.rsqn.cacheservice.interceptors
Fields in tech.rsqn.cacheservice.interceptors declared as TransparentCacheService Modifier and Type Field Description protected TransparentCacheServiceAbstractInterceptor. cacheServiceMethods in tech.rsqn.cacheservice.interceptors with parameters of type TransparentCacheService Modifier and Type Method Description static java.lang.StringInterceptorUtil. generateCacheKeyBasedOnMethodInvocation(TransparentCacheService cache, org.aopalliance.intercept.MethodInvocation invocation)voidAbstractInterceptor. setCacheService(TransparentCacheService cacheService) -
Uses of TransparentCacheService in tech.rsqn.cacheservice.referencetransparentcache
Classes in tech.rsqn.cacheservice.referencetransparentcache that implement TransparentCacheService Modifier and Type Class Description classDefaultTransparentCacheService -
Uses of TransparentCacheService in tech.rsqn.cacheservice.support
Methods in tech.rsqn.cacheservice.support with parameters of type TransparentCacheService Modifier and Type Method Description abstract java.lang.StringCacheKeyGenerator. generateKey(TransparentCacheService service, java.lang.Class clazz, java.lang.Object... params)
-