aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build/caching.rst
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-11-13 15:07:22 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-11-13 15:07:22 -0500
commitfe823ebd9181077849eb64bc6d2202383bef5e2f (patch)
treec899112107a283d33225f8b9e71d5c9517c051b0 /doc/build/caching.rst
parent7a8dfc0b533f80aa055f843f9bb408484045925d (diff)
downloadexternal_python_mako-fe823ebd9181077849eb64bc6d2202383bef5e2f.tar.gz
external_python_mako-fe823ebd9181077849eb64bc6d2202383bef5e2f.tar.bz2
external_python_mako-fe823ebd9181077849eb64bc6d2202383bef5e2f.zip
- more cleanup
- move Namespace docs inline to attributes on Namespace - document Cache methods, add to caching.rst - use functools.partial for partials, part of [ticket:156]
Diffstat (limited to 'doc/build/caching.rst')
-rw-r--r--doc/build/caching.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/build/caching.rst b/doc/build/caching.rst
index 3ad35ff..0620d32 100644
--- a/doc/build/caching.rst
+++ b/doc/build/caching.rst
@@ -119,3 +119,9 @@ sections programmatically:
# invalidate an arbitrary key
template.cache.invalidate('somekey')
+API Reference
+==============
+
+.. autoclass:: mako.cache.Cache
+ :members:
+ :show-inheritance: \ No newline at end of file