| パッケージ | 説明 |
|---|---|
| org.springframework.cache.interceptor | 宣言的キャッシング境界設定のための AOP ベースのソリューション。 |
| org.springframework.cache.jcache.interceptor | JSR-107 アノテーションを使用した宣言的キャッシュ区分のための AOP ベースのソリューション。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected java.lang.Object | CacheAspectSupport.execute(CacheOperationInvoker invoker, java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] args) |
protected java.lang.Object | CacheAspectSupport.invokeOperation(CacheOperationInvoker invoker) 基本的な操作を実行し(通常はキャッシュミスの場合)、呼び出しの結果を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected java.lang.Object | JCacheAspectSupport.execute(CacheOperationInvoker invoker, java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] args) |
protected java.lang.Object | JCacheAspectSupport.invokeOperation(CacheOperationInvoker invoker) 基本的な操作を実行し(通常はキャッシュミスの場合)、呼び出しの結果を返します。 |