Package org.springframework.cache

Spring's generic cache abstraction.

See:
          Description

Interface Summary
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.
 

Package org.springframework.cache Description

Spring's generic cache abstraction. Concrete implementations are provided in the subpackages.