JavaScript is disabled on your browser.
Chenile Framework Javadocs
Skip navigation links
Overview
Package
Use
Tree
Deprecated
Index
Search
Help
org.chenile.cache
Contents
Description
Related Packages
Classes and Interfaces
Hide sidebar
Show sidebar
Package org.chenile.cache
package
org.chenile.cache
Caching interface is defined here.
Related Packages
Package
Description
org.chenile.cache.init
Cache initializations are done here.
org.chenile.cache.interceptor
The Cache interceptor is here.
org.chenile.cache.model
Cache model objects.
Interfaces
Class
Description
Cacheable
Implement this interface if you want to create your own custom key out of the input params passed to a method.