Module: Nitro::Caching::Actions

Defined in:
lib/nitro/caching/actions.rb

Overview

Action caching is a set of helper to allow the caching generated by an action. In the caching hierarchy it lies between Output caching (top action, full page) and fragment caching (fine-grained caching).

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

:nodoc:



18
19
20
# File 'lib/nitro/caching/actions.rb', line 18

def self.included(base) # :nodoc: 
  base.extend(ClassMethods)
end