Package org.riotfamily.cachius.spring

Integration with the Spring Web-MVC framework.

See:
          Description

Interface Summary
CacheableController Controllers that want their output to be cached must implement this interface.
Compressible Interface that can be implemented by controllers that deliver compressible content.
 

Class Summary
AbstractCacheableController Abstract base class for cacheable controllers.
CacheableControllerHandlerAdapter Adapter that handles cacheable controllers.
CacheFactoryBean Factory that creates a new Cache instance in the specified directory.
ControllerCacheHandler  
 

Package org.riotfamily.cachius.spring Description

Integration with the Spring Web-MVC framework.