Uses of Class
tech.rsqn.cacheservice.interceptors.InterceptorMetadata
-
Packages that use InterceptorMetadata Package Description tech.rsqn.cacheservice tech.rsqn.cacheservice.interceptors tech.rsqn.cacheservice.referencetransparentcache -
-
Uses of InterceptorMetadata in tech.rsqn.cacheservice
Methods in tech.rsqn.cacheservice with parameters of type InterceptorMetadata Modifier and Type Method Description java.lang.ObjectTransparentCacheService. aroundInvalidateMethodInvocation(org.aopalliance.intercept.MethodInvocation invocation, InterceptorMetadata meta)java.lang.ObjectTransparentCacheService. aroundReadMethodInvocation(org.aopalliance.intercept.MethodInvocation invocation, InterceptorMetadata meta)java.lang.ObjectTransparentCacheService. aroundWriteMethodInvocation(org.aopalliance.intercept.MethodInvocation invocation, InterceptorMetadata meta) -
Uses of InterceptorMetadata in tech.rsqn.cacheservice.interceptors
Methods in tech.rsqn.cacheservice.interceptors that return InterceptorMetadata Modifier and Type Method Description static InterceptorMetadataInterceptorMetadata. with(InterceptorMetadata.Operation operation, java.lang.String target)static InterceptorMetadataInterceptorMetadata. with(InvalidatingInterceptor r, java.lang.String target)static InterceptorMetadataInterceptorMetadata. with(ReadInterceptor r, java.lang.String target)static InterceptorMetadataInterceptorMetadata. with(WriteInterceptor r, java.lang.String target) -
Uses of InterceptorMetadata in tech.rsqn.cacheservice.referencetransparentcache
Methods in tech.rsqn.cacheservice.referencetransparentcache with parameters of type InterceptorMetadata Modifier and Type Method Description java.lang.ObjectDefaultTransparentCacheService. aroundInvalidateMethodInvocation(org.aopalliance.intercept.MethodInvocation invocation, InterceptorMetadata meta)java.lang.ObjectDefaultTransparentCacheService. aroundReadMethodInvocation(org.aopalliance.intercept.MethodInvocation invocation, InterceptorMetadata meta)java.lang.ObjectDefaultTransparentCacheService. aroundWriteMethodInvocation(org.aopalliance.intercept.MethodInvocation invocation, InterceptorMetadata meta)
-