commit | aa1d17d6ca2e4a9c049636b9dab826784186c297 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Thu Sep 18 18:09:06 2008 +0200 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Thu Sep 18 18:09:06 2008 +0200 |
tree | 1e73b9d9b322c8305e7fbfeb0532eefa65c7aee3 | |
parent | 03f8823594d1aee450f0861e1e824ae80a3dbe13 [diff] |
Fixed bytecode cache and added support for memcached (tests still missing) --HG-- branch : trunk
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 @@ .. autoclass:: jinja2.FileSystemBytecodeCache +.. autoclass:: jinja2.MemcachedBytecodeCache + Utilities ---------