Displaying 1 result from an estimated 1 matches for "delete_matched".
2009 Feb 18
4
expire_fragment with memcached
...owing :
expire_fragment(:controller => ''home'', :action => :list_posts)
But apparently it''s not supported by memcached :
RuntimeError (Not supported by Memcache):
/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/active_support/cache/mem_cache_store.rb:79:in
`delete_matched''
/usr/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/caching/fragments.rb:128:in
`expire_fragment''
/usr/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib/action_controller/benchmarking.rb:26:in
`benchmark''
/usr/lib/ruby/gems/1.8/gems/actionpack-2.1.1/...