Hi all,

In a recent effort to sqeeze some more performance out of my app, I
started caching pages.  It appears that once I have cached a page
using the rails caches_page directive in my controller, it is there
for good.  expire_page has no effect.  This is all described here[1].

Unfortunately, even when I switch to using caches_action, the cached
versions of my pages are still being served.  There doesn't seem to be
any way to unfreeze them... even if I push changes to the server, the
cache remains.

Anyone know how to deal with this issue?

Best,
Erik

[1] 
http://www.whatcodecraves.com/articles/2010/02/24/page_caching_gotcha_on_heroku/index.html

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en.

Reply via email to