Method: OpenWeatherClient::Caching::Memory#memory_cache

Defined in:
lib/open_weather_client/caching/memory.rb

#memory_cacheObject (readonly)

Memory cache to store a hash of keys and request data



12
13
14
# File 'lib/open_weather_client/caching/memory.rb', line 12

def memory_cache
  @memory_cache
end