| パッケージ | 説明 |
|---|---|
| org.springframework.cache.interceptor | 宣言的キャッシング境界設定のための AOP ベースのソリューション。 |
| org.springframework.cache.jcache.interceptor | JSR-107 アノテーションを使用した宣言的キャッシュ区分のための AOP ベースのソリューション。 |
| 修飾子と型 | クラスと説明 |
|---|---|
protected class | CacheAspectSupport.CacheOperationContext |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected abstract CollectionSE<StringSE> | AbstractCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context) 現在のキャッシュマネージャーに対して解決するキャッシュの名前を指定します。 |
protected CollectionSE<StringSE> | NamedCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context) |
protected CollectionSE<StringSE> | SimpleCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context) |
protected CollectionSE<? extends Cache> | CacheAspectSupport.getCaches(CacheOperationInvocationContext<CacheOperation> context, CacheResolver cacheResolver) |
CollectionSE<? extends Cache> | AbstractCacheResolver.resolveCaches(CacheOperationInvocationContext<?> context) |
CollectionSE<? extends Cache> | CacheResolver.resolveCaches(CacheOperationInvocationContext<?> context) 指定された呼び出しに使用するキャッシュを返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected CollectionSE<StringSE> | SimpleExceptionCacheResolver.getCacheNames(CacheOperationInvocationContext<?> context) |