| Package | Description |
|---|---|
| org.springframework.cache |
Spring's generic cache abstraction.
|
| org.springframework.cache.annotation |
Annotations and supporting classes for declarative cache management.
|
| org.springframework.cache.concurrent |
Implementation package for
java.util.concurrent based caches. |
| org.springframework.cache.ehcache |
Support classes for the open source cache
Ehcache,
allowing to set up an EHCache CacheManager and Caches
as beans in a Spring context.
|
| org.springframework.cache.interceptor |
AOP-based solution for declarative caching demarcation.
|
| org.springframework.cache.support |
Support classes for the the org.springframework.cache package.
|
| Class and Description |
|---|
| Cache
Interface that defines the common cache operations.
|
| Cache.ValueWrapper
A (wrapper) object representing a cache value.
|
| Class and Description |
|---|
| CacheManager
A manager for a set of
Caches. |
| Class and Description |
|---|
| Cache
Interface that defines the common cache operations.
|
| Cache.ValueWrapper
A (wrapper) object representing a cache value.
|
| CacheManager
A manager for a set of
Caches. |
| Class and Description |
|---|
| Cache
Interface that defines the common cache operations.
|
| Cache.ValueWrapper
A (wrapper) object representing a cache value.
|
| CacheManager
A manager for a set of
Caches. |
| Class and Description |
|---|
| Cache
Interface that defines the common cache operations.
|
| CacheManager
A manager for a set of
Caches. |
| Class and Description |
|---|
| Cache
Interface that defines the common cache operations.
|
| Cache.ValueWrapper
A (wrapper) object representing a cache value.
|
| CacheManager
A manager for a set of
Caches. |
Copyright © 2013. All Rights Reserved.