mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
DrbStore removed from cache backends
This commit is contained in:
parent
6ac56ac93b
commit
cf0a96bc6a
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ module ActionController #:nodoc:
|
||||||
#
|
#
|
||||||
# config.action_controller.cache_store = :memory_store
|
# config.action_controller.cache_store = :memory_store
|
||||||
# config.action_controller.cache_store = :file_store, "/path/to/cache/directory"
|
# 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, "localhost"
|
||||||
# config.action_controller.cache_store = :mem_cache_store, Memcached::Rails.new("localhost:11211")
|
# config.action_controller.cache_store = :mem_cache_store, Memcached::Rails.new("localhost:11211")
|
||||||
# config.action_controller.cache_store = MyOwnStore.new("parameter")
|
# config.action_controller.cache_store = MyOwnStore.new("parameter")
|
||||||
|
|
Loading…
Reference in a new issue