diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-21 18:38:52 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2012-01-21 18:38:52 -0500 |
| commit | 8109f791e190dc9c500d7238090db7197220ff58 (patch) | |
| tree | f3b8e10bd0a5b1c78164d37251955d8f80be369f /CHANGES | |
| parent | 3e6981c9754c6813450c55e1c511a84c9bb6766d (diff) | |
| download | external_python_mako-8109f791e190dc9c500d7238090db7197220ff58.tar.gz external_python_mako-8109f791e190dc9c500d7238090db7197220ff58.tar.bz2 external_python_mako-8109f791e190dc9c500d7238090db7197220ff58.zip | |
- [feature] Added support for Beaker cache regions
in templates. Usage of regions should be considered
as superseding the very obsolete idea of passing in
backend options, timeouts, etc. within templates.
- rewrite the cache docs again which had a lot of misleading/inaccurate
info.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ core plugin is the mako.cache.CacheImpl class. +- [feature] Added support for Beaker cache regions + in templates. Usage of regions should be considered + as superseding the very obsolete idea of passing in + backend options, timeouts, etc. within templates. + - [feature] The 'put' method on Cache is now 'set'. 'put' is there for backwards compatibility. |
