Class CacheableOperation
java.lang.Object
org.springframework.cache.interceptor.CacheOperation
org.springframework.cache.interceptor.CacheableOperation
- All Implemented Interfaces:
BasicOperation
Class describing a cache 'cacheable' operation.
- Since:
- 3.1
- Author:
- Costin Leau, Phillip Webb, Marcin Kamionowski
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder that can be used to create aCacheableOperation
. -
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.cache.interceptor.CacheOperation
equals, getCacheManager, getCacheNames, getCacheResolver, getCondition, getKey, getKeyGenerator, getName, hashCode, toString
-
Constructor Details
-
CacheableOperation
Create a newCacheableOperation
instance from the given builder.- Since:
- 4.3
-
-
Method Details
-
getUnless
-
isSync
public boolean isSync()
-