Package org.springframework.cache

Spring's generic cache abstraction.

See:
          Description

Interface Summary
Cache<K,V> Interface that defines the common cache operations.
CacheManager Entity managing Caches.
KeyGenerator<K> Cache 'key' extractor.
 

Package org.springframework.cache Description

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