| Package | Description | 
|---|---|
| org.springframework.cache.caffeine | 
 Support classes for the open source cache in
 Caffeine library,
 allowing to set up Caffeine caches within Spring's cache abstraction. 
 | 
| org.springframework.cache.concurrent | 
 Implementation package for  
java.util.concurrent based caches. | 
| org.springframework.cache.jcache | 
 Implementation package for JSR-107 (javax.cache aka "JCache") based caches. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CaffeineCache
Spring  
Cache adapter implementation
 on top of a Caffeine Cache instance. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConcurrentMapCache
Simple  
Cache implementation based on the
 core JDK java.util.concurrent package. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JCacheCache
Cache implementation on top of a
 Cache instance. |