class ActiveSupport::Cache::Strategy::LocalCache::LocalStore

def read_entry(key, options)

def read_entry(key, options)
  @data[key]
end