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.
|
org.springframework.cache.transaction |
Transaction-aware decorators for the the org.springframework.cache package.
|
Class and Description |
---|
Cache
Interface that defines common cache operations.
|
Cache.ValueWrapper
A (wrapper) object representing a cache value.
|
Class and Description |
---|
CacheManager
Spring's central cache manager SPI.
|
Class and Description |
---|
Cache
Interface that defines common cache operations.
|
Cache.ValueWrapper
A (wrapper) object representing a cache value.
|
CacheManager
Spring's central cache manager SPI.
|
Class and Description |
---|
Cache
Interface that defines common cache operations.
|
Cache.ValueWrapper
A (wrapper) object representing a cache value.
|
CacheManager
Spring's central cache manager SPI.
|
Class and Description |
---|
Cache
Interface that defines common cache operations.
|
CacheManager
Spring's central cache manager SPI.
|
Class and Description |
---|
Cache
Interface that defines common cache operations.
|
Cache.ValueWrapper
A (wrapper) object representing a cache value.
|
CacheManager
Spring's central cache manager SPI.
|
Class and Description |
---|
Cache
Interface that defines common cache operations.
|
Cache.ValueWrapper
A (wrapper) object representing a cache value.
|
CacheManager
Spring's central cache manager SPI.
|
Copyright © 2015. All rights reserved.