Home
last modified time | relevance | path

Searched refs:cache_impl (Results 1 – 7 of 7) sorted by relevance

/external/python/mako/mako/
Dtemplate.py236 cache_impl="beaker", argument
333 cache_impl,
350 cache_impl, argument
357 self.cache_impl = cache_impl
513 cache_impl="beaker", argument
545 cache_impl,
Dlookup.py163 cache_impl="beaker", argument
204 "cache_impl": cache_impl,
Dcache.py74 self.impl = self._load_impl(self.template.cache_impl)
/external/python/mako/test/
Dtest_def.py535 cache_impl="plain",
557 cache_impl="plain",
Dtest_cache.py86 template.cache_impl = "mock"
498 l = TemplateLookup(cache_impl="mock")
/external/python/mako/doc/build/
Dcaching.rst30 ``cache_impl`` argument must be set; see this argument in the
99 * ``cache_impl`` - The string name of the cache backend
162 cache_impl='beaker',
288 the name given as the ``cache_impl`` argument to :class:`.Template`
331 cache_impl='simple')
Dchangelog.rst1021 now accept a string "cache_impl" parameter which