I’m working on a complicated fragment caching scheme using memcache and
I’m hoping someone has experience expiring fragments from
runner/background scripts. Since expire_fragment has only
controller/action scope, I was thinking of creating a cache controller
and using ActionController::Integration::Session.new to run local
requests from the runners to expire the fragments.
Is this overly complicated? Is there a better way to do this? Any
advice would be appreciated.
Thanks,
Andy