# File lib/ramaze/helper/cache.rb, line 113 def cache_action(hash, &block) hash[:key] = block if block_given? hash[:method] = hash[:method].to_s trait[:cache_action] << hash end