Lines Matching full:caching
4 Caching title
23 The caching system requires that a cache backend be installed; this
26 any other third-party caching libraries that feature Mako integration.
28 By default, caching will attempt to make use of Beaker.
33 In addition to being available on the ``<%page>`` tag, the caching flag and all
62 * ``cached="True"`` - enable caching for this ``<%page>``,
85 caching can be configured using these arguments:
88 to ``False`` will disable all caching functionality
114 underlying caching implementation, minus the ``"cache_"`` prefix.
204 * ``cache_type`` - type of caching. ``'memory'``, ``'file'``, ``'dbm'``, or
282 The mechanism used by caching can be plugged in
284 the rudimental methods Mako needs to implement the caching
350 to ensure caching implementations are threadsafe.