Class CacheAspectSupport.CacheOperationMetadata

java.lang.Object
org.springframework.cache.interceptor.CacheAspectSupport.CacheOperationMetadata
Enclosing class:
CacheAspectSupport

protected static class CacheAspectSupport.CacheOperationMetadata extends Object
Metadata of a cache operation that does not depend on a particular invocation which makes it a good candidate for caching.
Since:
3.1
Author:
Costin Leau, Juergen Hoeller, Chris Beams, Phillip Webb, Sam Brannen, Stephane Nicoll, Sebastien Deleuze