lib/action_controller/caching.rb in actionpack-3.1.12 vs lib/action_controller/caching.rb in actionpack-3.2.0.rc1

- old
+ new

@@ -22,10 +22,9 @@ # # Configuration examples (MemoryStore is the default): # # config.action_controller.cache_store = :memory_store # config.action_controller.cache_store = :file_store, "/path/to/cache/directory" - # config.action_controller.cache_store = :drb_store, "druby://localhost:9192" # config.action_controller.cache_store = :mem_cache_store, "localhost" # config.action_controller.cache_store = :mem_cache_store, Memcached::Rails.new("localhost:11211") # config.action_controller.cache_store = MyOwnStore.new("parameter") module Caching extend ActiveSupport::Concern