1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/cache
Guillermo Iguaran 82663306f4 Replace deprecated memcache-client gem with dalli in ActiveSupport::Cache::MemCacheStore
memcache-client was deprecated in favour of dalli in 2010.
2012-08-17 22:22:55 -05:00
..
strategy
file_store.rb removes usage of Object#in? from the code base (the method remains defined by Active Support) 2012-08-06 00:30:02 +02:00
mem_cache_store.rb Replace deprecated memcache-client gem with dalli in ActiveSupport::Cache::MemCacheStore 2012-08-17 22:22:55 -05:00
memory_store.rb add unless_exist option to memory store 2012-05-10 08:19:45 -07:00
null_store.rb