class FaradayManualCache::Configuration
Attributes
memory_store[RW]
Public Class Methods
new()
click to toggle source
# File lib/faraday-manual-cache/configuration.rb, line 14 def initialize @memory_store = ActiveSupport::Cache::MemoryStore.new end