Method: CatHerder::Assets.cache

Defined in:
lib/cat_herder/assets.rb

.cacheObject



20
21
22
# File 'lib/cat_herder/assets.rb', line 20

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