Method: Knuckles#cache

Defined in:
lib/knuckles.rb

#cache#cache

Module accessor for ‘cache`, defaults to `Cache::MemoryStore`

Returns:

  • (#cache)

    A cache instance



69
70
71
# File 'lib/knuckles.rb', line 69

def cache
  @cache ||= ActiveSupport::Cache::MemoryStore.new
end