クラス CacheEvictOperation.Builder
java.lang.ObjectSE
org.springframework.cache.interceptor.CacheOperation.Builder
org.springframework.cache.interceptor.CacheEvictOperation.Builder
- 含まれているクラス:
- CacheEvictOperation
CacheEvictOperation
の作成に使用できるビルダー。- 導入:
- 4.3
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明build()
protected StringBuilderSE
このキャッシュ操作の識別説明を返します。void
setBeforeInvocation
(boolean beforeInvocation) void
setCacheWide
(boolean cacheWide) クラス org.springframework.cache.interceptor.CacheOperation.Builder から継承されたメソッド
getCacheManager, getCacheNames, getCacheResolver, getKey, getKeyGenerator, setCacheManager, setCacheName, setCacheNames, setCacheResolver, setCondition, setKey, setKeyGenerator, setName
コンストラクターの詳細
Builder
public Builder()
メソッドの詳細
setCacheWide
public void setCacheWide(boolean cacheWide) setBeforeInvocation
public void setBeforeInvocation(boolean beforeInvocation) getOperationDescription
クラスからコピーされた説明:CacheOperation.Builder
このキャッシュ操作の識別説明を返します。toString()
結果に含めるために、サブクラスで使用できます。- オーバーライド:
- クラス
CacheOperation.Builder
のgetOperationDescription
build
- 次で指定:
- クラス
CacheOperation.Builder
のbuild