Package org.springframework.cache.config

Support package for declarative caching configuration, with XML schema being the primary configuration format.

See:
          Description

Class Summary
CacheNamespaceHandler NamespaceHandler allowing for the configuration of declarative cache management using either XML or using annotations.
 

Package org.springframework.cache.config Description

Support package for declarative caching configuration, with XML schema being the primary configuration format. See EnableCaching for details on code-based configuration without XML.