package

org.springframework.cache

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

Interfaces

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