If I’ve got a resource with routes like /whatevers/1 is there a way to expire action cache key paths for all /show pages under that resource?
I’m using memcached as my caching backend if that helps.
(Really hoping I don’t have to iterate through all keys myself…)
expire_fragmentand supply a regex. – Edward Ocampo-Gooding Feb 14 '12 at 22:48