pyramid_mako icon indicating copy to clipboard operation
pyramid_mako copied to clipboard

Add cache_impl and other cache settings to configuration

Open danjac opened this issue 12 years ago • 0 comments

This would be useful especially as Beaker (the default) is being deprecated in favor of dogpile:

http://dogpilecache.readthedocs.org/en/latest/api.html#mako-integration

For example:

mako.cache_impl = dogpile.cache
mako.cache_regions = 
       default=myapp.mycache

danjac avatar Jan 16 '14 13:01 danjac