Package cherrypy :: Module _cptools :: Class CachingTool
[hide private]
[frames] | no frames]

Class CachingTool

source code

object --+    
         |    
      Tool --+
             |
            CachingTool

Caching Tool for CherryPy.

Instance Methods [hide private]
 
_wrapper(self, **kwargs) source code
 
_setup(self)
Hook caching into cherrypy.request.
source code

Inherited from Tool: __call__, __init__

Inherited from Tool (private): _get_on, _merged_args, _set_on, _setargs

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from Tool: namespace

Properties [hide private]

Inherited from Tool: on

Inherited from object: __class__

Method Details [hide private]

_setup(self)

source code 

Hook caching into cherrypy.request.

Overrides: Tool._setup