The cache module is accessible via the pylons.decorators module.
Cache decorator utilizing Beaker. Caches action or other function that returns a pickle-able object as a result.
Optional arguments:
If cache_enabled is set to False in the .ini file, then cache is disabled globally.
See the source for more information.