71 72 73
# File 'lib/ooor.rb', line 71 def cache(store=nil) @cache_store ||= ActiveSupport::Cache.lookup_store(store) end