DrbStore removed from cache backends

This commit is contained in:
Ivan Evtukhovich 2011-11-07 18:57:55 +04:00
parent 6ac56ac93b
commit cf0a96bc6a
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ module ActionController #:nodoc:
#
# 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")