class ActiveSupport::Cache::MemCacheStore

def read_serialized_entry(key, **options)

def read_serialized_entry(key, **options)
  rescue_error_with(nil) do
    @data.with { |c| c.get(key, options) }
  end
end