Sha256: e7067bf6750ebf45745708b78be6110a317f0342b39de604d9a775eb63117685
Contents?: true
Size: 169 Bytes
Versions: 48
Compression:
Stored size: 169 Bytes
Contents
module Earthquake module Cache attr_reader :cache end init do @cache ||= config[:cache] || ActiveSupport::Cache::MemoryStore.new end extend Cache end
Version data entries
48 entries across 48 versions & 1 rubygems