Module: Pseudocephalopod::Caching

Extended by:
ActiveSupport::Concern
Defined in:
lib/pseudocephalopod/caching.rb

Overview

Mixin for adding simple caching support to models using pseudocephalod. Usually included by passing the :cache option as true (by default it is true, you can disable by passing :cache as false or nil).

Defined Under Namespace

Modules: ClassMethods, InstanceMethods