Home
last modified time | relevance | path

Searched refs:BytecodeCache (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/third_party/jinja2/
Dbccache.py117 class BytecodeCache(object): class
195 class FileSystemBytecodeCache(BytecodeCache):
291 class MemcachedBytecodeCache(BytecodeCache):
D__init__.py41 from jinja2.bccache import BytecodeCache, FileSystemBytecodeCache, \