Skip to content
Snippets Groups Projects
  1. Feb 05, 2010
  2. Oct 25, 2008
    • Mike Bayer's avatar
      - beaker bump · a6793784
      Mike Bayer authored
      - added "cache_enabled=True" flag to Template,
        TemplateLookup.  Setting this to False causes cache
        operations to "pass through" and execute every time;
        this flag should be integrated in Pylons with its own
        cache_enabled configuration setting.
      a6793784
  3. Oct 17, 2008
  4. Sep 27, 2008
    • Mike Bayer's avatar
      - added "cache" accessor to Template, Namespace. · 041b60f5
      Mike Bayer authored
        e.g.  ${local.cache.get('somekey')} or
        template.cache.invalidate_body()
      
      - the Cache object now supports invalidate_def(name),
        invalidate_body(), invalidate_closure(name),
        invalidate(key), which will remove the given key
        from the cache, if it exists.  The cache arguments
        (i.e. storage type) are derived from whatever has
        been already persisted for that template.
        [ticket:92]
      041b60f5
  5. Jun 23, 2008
  6. May 03, 2008
  7. Mar 01, 2008
  8. Jan 19, 2008
  9. Mar 27, 2007
  10. Mar 10, 2007
  11. Mar 01, 2007
  12. Jan 02, 2007
  13. Dec 13, 2006
  14. Dec 12, 2006
  15. Dec 09, 2006
  16. Dec 05, 2006
  17. Dec 04, 2006
Loading