Skip to content

Commit

Permalink
DrbStore removed from cache backends
Browse files Browse the repository at this point in the history
  • Loading branch information
evtuhovich committed Nov 7, 2011
1 parent 6ac56ac commit cf0a96b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionpack/lib/action_controller/caching.rb
Expand Up @@ -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")
Expand Down

0 comments on commit cf0a96b

Please sign in to comment.