Method: Ooor::OoorBehavior::ClassMethods#cache

Defined in:
lib/ooor.rb

#cache(store = nil) ⇒ Object



71
72
73
# File 'lib/ooor.rb', line 71

def cache(store=nil)
  @cache_store ||= ActiveSupport::Cache.lookup_store(store)
end