Uses of Class
org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
Packages that use CacheAspectSupport.CacheOperationMetadata
Package
Description
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.CacheOperationMetadataModifier and TypeMethodDescriptionCacheAspectSupport.getCacheOperationMetadata(CacheOperation operation, Method method, Class<?> targetClass) Return theCacheAspectSupport.CacheOperationMetadatafor the specified operation.Constructors in org.springframework.cache.interceptor with parameters of type CacheAspectSupport.CacheOperationMetadataModifierConstructorDescriptionCacheOperationContext(CacheAspectSupport.CacheOperationMetadata metadata, Object[] args, Object target)