Class Index [+]

Quicksearch

ActionController::Caching::ConfigMethods

Public Instance Methods

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

Private Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.