| パッケージ | 説明 |
|---|---|
| org.springframework.cache.interceptor | 宣言的キャッシング境界設定のための AOP ベースのソリューション。 |
| org.springframework.cache.jcache.interceptor | JSR-107 アノテーションを使用した宣言的キャッシュ区分のための AOP ベースのソリューション。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | CacheAspectSupportCacheInterceptor や AspectJ アスペクトなど、アスペクトをキャッシュするための基本クラス。 |
class | CacheInterceptor 共通の Spring キャッシングインフラストラクチャ( Cache)を使用した宣言的なキャッシュ管理のための AOP Alliance MethodInterceptor。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | JCacheAspectSupportJCacheInterceptor や AspectJ アスペクトなどの JSR-107 キャッシングアスペクトの基本クラス。 |
class | JCacheInterceptorJSR-107 キャッシングアノテーションを使用した宣言的キャッシュ管理のための AOP Alliance MethodInterceptor。 |