Class Index [+]

Quicksearch

ActionController::Caching::ConfigMethods

Public Instance Methods

cache_store() click to toggle source
    # File lib/action_controller/caching.rb, line 44
44:       def cache_store
45:         config.cache_store
46:       end
cache_store=(store) click to toggle source
    # File lib/action_controller/caching.rb, line 48
48:       def cache_store=(store)
49:         config.cache_store = ActiveSupport::Cache.lookup_store(store)
50:       end

Private Instance Methods

cache_configured?() click to toggle source
    # File lib/action_controller/caching.rb, line 54
54:       def cache_configured?
55:         perform_caching && cache_store
56:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.