# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_controller/caching.rb, line 44defcache_storeconfig.cache_storeend
cache_store=(store)click to toggle source
# File D:/Develope/RailsInstaller/Ruby1.8.7/lib/ruby/gems/1.8/gems/actionpack-3.0.9/lib/action_controller/caching.rb, line 48defcache_store=(store)
config.cache_store = ActiveSupport::Cache.lookup_store(store)
end