Searched refs:cache_impl (Results 1 – 7 of 7) sorted by relevance
/external/python/mako/mako/ |
D | template.py | 236 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,
|
D | lookup.py | 163 cache_impl="beaker", argument 204 "cache_impl": cache_impl,
|
D | cache.py | 74 self.impl = self._load_impl(self.template.cache_impl)
|
/external/python/mako/test/ |
D | test_def.py | 535 cache_impl="plain", 557 cache_impl="plain",
|
D | test_cache.py | 86 template.cache_impl = "mock" 498 l = TemplateLookup(cache_impl="mock")
|
/external/python/mako/doc/build/ |
D | caching.rst | 30 ``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')
|
D | changelog.rst | 1021 now accept a string "cache_impl" parameter which
|