I have installed dogpile.cache, and have it set up as our mako.cache in setup.py:
[mako.cache]
dogpile.cache=dogpile.cache.plugins.mako_cache:MakoPlugin
(side question -- can anyone confirm that this is the correct way to register it? It /seems/ to be working...)
My main question has to do with setting a cache_timeout on a mako %def.
It looks like the cache_timeout value is getting ignored, in favor of whatever value is set for redis_expire_time.
Is this intended behavior, or is support for def-level cache_timeouts not implemented yet? Or maybe we have something setup wrong?
thanks,
--bill