类 CacheableOperation
java.lang.Object
cn.taketoday.cache.interceptor.CacheOperation
cn.taketoday.cache.interceptor.CacheableOperation
- 所有已实现的接口:
BasicOperation
Class describing a cache 'cacheable' operation.
- 从以下版本开始:
- 4.0
- 作者:
- Costin Leau, Phillip Webb, Marcin Kamionowski
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.cache.interceptor.CacheOperation
equals, getCacheManager, getCacheNames, getCacheResolver, getCondition, getKey, getKeyGenerator, getName, hasConditionString, hashCode, hasKeyString, toString
-
构造器详细资料
-
CacheableOperation
Create a newCacheableOperationinstance from the given builder.
-
-
方法详细资料
-
getUnless
-
isSync
public boolean isSync()
-