クラス CacheEvictOperation.Builder
java.lang.ObjectSE
org.springframework.cache.interceptor.CacheOperation.Builder
org.springframework.cache.interceptor.CacheEvictOperation.Builder
- 含まれているクラス:
CacheEvictOperation
CacheEvictOperation の作成に使用できるビルダー。- 導入:
- 4.3
- 作成者:
- Costin Leau, Marcin Kamionowski
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明build()protected StringBuilderSEこのキャッシュ操作の識別説明を返します。voidsetBeforeInvocation(boolean beforeInvocation) voidsetCacheWide(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