Package web :: Package web :: Package contrib :: Module template :: Class cache
[hide private]
[frames] | no frames]

Class cache

source code

Cache for any rendering interface.

Example:

    render = cache(render_cheetah("templates/"))
    render.hello(name='cache')

Instance Methods [hide private]
 
__init__(self, render) source code
 
__getattr__(self, name) source code