パッケージ | 説明 |
---|---|
org.springframework.cache.ehcache | オープンソースキャッシュ EhCache 2.x のクラスをサポートし、Spring コンテキストで Bean として EhCache CacheManager と Caches をセットアップできます。 |
org.springframework.cache.jcache | JSR-107(javax.cache、別名 "JCache" )ベースのキャッシュの実装パッケージ。 |
org.springframework.cache.support | org.springframework.cache パッケージのサポートクラス。 |
org.springframework.cache.transaction | org.springframework.cache パッケージのトランザクション対応デコレーター。 |
修飾子と型 | クラスと説明 |
---|---|
class | EhCacheCacheManager EhCache CacheManager に裏付けされた CacheManager |
修飾子と型 | クラスと説明 |
---|---|
class | JCacheCacheManager JCache javax.cache.CacheManager によってサポートされる CacheManager 実装。 |
修飾子と型 | クラスと説明 |
---|---|
class | SimpleCacheManager キャッシュの特定のコレクションに対して動作する単純なキャッシュマネージャー。 |
修飾子と型 | クラスと説明 |
---|---|
class | AbstractTransactionSupportingCacheManager Spring 管理トランザクションの組み込み認識をサポートする CacheManager 実装の基本クラス。 |