| パッケージ | 説明 |
|---|---|
| org.springframework.cache.ehcache | オープンソースキャッシュ EhCache 2.x のクラスをサポートし、Spring コンテキストで Bean として EhCache CacheManager と Caches をセットアップできます。 |
| org.springframework.cache.jcache | JSR-107(javax.cache、別名 "JCache" )ベースのキャッシュの実装パッケージ。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | EhCacheCacheManagerCacheManager は EhCache CacheManager によってバックアップされています。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | JCacheCacheManagerJCache javax.cache.CacheManager によってサポートされる CacheManager 実装。 |