Uses of Class
org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
Packages that use CacheAspectSupport.CacheOperationMetadata Package Description org.springframework.cache.interceptor AOP-based solution for declarative caching demarcation.Uses of CacheAspectSupport.CacheOperationMetadata in org.springframework.cache.interceptor
Methods in org.springframework.cache.interceptor that return CacheAspectSupport.CacheOperationMetadata Modifier and Type Method Description protected CacheAspectSupport.CacheOperationMetadataCacheAspectSupport. getCacheOperationMetadata(CacheOperation operation, Method method, Class<?> targetClass)Return theCacheAspectSupport.CacheOperationMetadatafor the specified operation.Constructors in org.springframework.cache.interceptor with parameters of type CacheAspectSupport.CacheOperationMetadata Constructor Description CacheOperationContext(CacheAspectSupport.CacheOperationMetadata metadata, Object[] args, Object target)