summaryrefslogtreecommitdiff
path: root/docs/api.rst
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2008-09-18 18:09:06 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2008-09-18 18:09:06 +0200
commitaa1d17d6ca2e4a9c049636b9dab826784186c297 (patch)
tree1e73b9d9b322c8305e7fbfeb0532eefa65c7aee3 /docs/api.rst
parent03f8823594d1aee450f0861e1e824ae80a3dbe13 (diff)
downloadjinja2-aa1d17d6ca2e4a9c049636b9dab826784186c297.tar.gz
Fixed bytecode cache and added support for memcached (tests still missing)
--HG-- branch : trunk
Diffstat (limited to 'docs/api.rst')
-rw-r--r--docs/api.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst
index b939eaa..ef53321 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -436,6 +436,8 @@ Builtin bytecode caches:
.. autoclass:: jinja2.FileSystemBytecodeCache
+.. autoclass:: jinja2.MemcachedBytecodeCache
+
Utilities
---------