Is there an API in Pylons 0.9.7beta for invalidating cached copies of
rendered templates? I'm interested in something similar to <render
cache>.invalidate('template_name', 'key').Of course I could reach into the cache and knock out the entry directly. Looking at templating.py it's pretty clear exactly where to poke. But I'd rather not rely on an implementation detail which could conceivably change and break things in the future. I could handle my own caching of the rendered templates but that seems silly given that a perfectly good implementation is already available. Suggestions? Thanks, Eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
