方法
实例公有方法
cache_store() 链接
源代码:显示 | 在 GitHub 上查看
# File actionpack/lib/abstract_controller/caching.rb, line 15 def cache_store config.cache_store end
cache_store=(store) 链接
源代码:显示 | 在 GitHub 上查看
# File actionpack/lib/abstract_controller/caching.rb, line 19 def cache_store=(store) config.cache_store = ActiveSupport::Cache.lookup_store(*store) end