クラス 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
- コンストラクターの詳細- Builderpublic Builder()
 
- メソッドの詳細- setCacheWidepublic void setCacheWide- (boolean cacheWide) 
- setBeforeInvocationpublic void setBeforeInvocation- (boolean beforeInvocation) 
- getOperationDescriptionクラスからコピーされた説明:- CacheOperation.Builderこのキャッシュ操作の識別説明を返します。- toString()結果に含めるために、サブクラスで使用できます。- オーバーライド:
-  クラス CacheOperation.BuilderのgetOperationDescription
 
- build- 次で指定:
-  クラス CacheOperation.Builderのbuild