Home
last modified time | relevance | path

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

/external/libmojo/third_party/jinja2/
Dbccache.py109 class BytecodeCache(object): class
187 class FileSystemBytecodeCache(BytecodeCache):
240 class MemcachedBytecodeCache(BytecodeCache):
D__init__.py41 from jinja2.bccache import BytecodeCache, FileSystemBytecodeCache, \