We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac56ac commit cf0a96bCopy full SHA for cf0a96b
actionpack/lib/action_controller/caching.rb
@@ -24,7 +24,6 @@ module ActionController #:nodoc:
24
#
25
# config.action_controller.cache_store = :memory_store
26
# config.action_controller.cache_store = :file_store, "/path/to/cache/directory"
27
- # config.action_controller.cache_store = :drb_store, "druby://localhost:9192"
28
# config.action_controller.cache_store = :mem_cache_store, "localhost"
29
# config.action_controller.cache_store = :mem_cache_store, Memcached::Rails.new("localhost:11211")
30
# config.action_controller.cache_store = MyOwnStore.new("parameter")
0 commit comments