aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-06-10 10:29:25 +0100
committerPratik Naik <pratiknaik@gmail.com>2008-06-10 10:29:25 +0100
commit19895f087c338d8385dff9d272d30fb87cb10330 (patch)
tree1e62a24023e74bc996a7e27ac8eb086814fd3f20 /activesupport/lib/active_support/cache
parent225065709c43dacd57e0904aef2075024ccf2744 (diff)
downloadrails-19895f087c338d8385dff9d272d30fb87cb10330.tar.gz
rails-19895f087c338d8385dff9d272d30fb87cb10330.tar.bz2
rails-19895f087c338d8385dff9d272d30fb87cb10330.zip
Lazy load cache and session stores
Diffstat (limited to 'activesupport/lib/active_support/cache')
-rw-r--r--activesupport/lib/active_support/cache/drb_store.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/cache/drb_store.rb b/activesupport/lib/active_support/cache/drb_store.rb
index b80c2ee4d5..f06f08f566 100644
--- a/activesupport/lib/active_support/cache/drb_store.rb
+++ b/activesupport/lib/active_support/cache/drb_store.rb
@@ -1,4 +1,5 @@
require 'drb'
+require 'active_support/cache/memory_store'
module ActiveSupport
module Cache