module Egalite::ControllerCache::ClassMethods

Attributes

controller_cache_actions[R]

Public Instance Methods

cache_action(action, options) click to toggle source
# File lib/egalite/cache.rb, line 42
def cache_action(action, options)
  @controller_cache_actions ||= {}
  @controller_cache_actions[action.to_s] = options
end