Displaying 1 result from an estimated 1 matches for "list_posts".
Did you mean:
list_pools
2009 Feb 18
4
expire_fragment with memcached
...all,
We know that memcached or memcached-client doesn''t support regex... But
It seems it doesn''t support expire_fragment either :/
I''m trying to use expire_fragment with memcached as following :
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_controll...