Method: Allgood::CacheStore#initialize

Defined in:
lib/allgood/cache_store.rb

#initializeCacheStore

Returns a new instance of CacheStore.



9
10
11
# File 'lib/allgood/cache_store.rb', line 9

def initialize
  @memory_store = {}
end