class ActiveSupport::Cache::Store

def read_entry(key, options)

this method.
Reads an entry from the cache implementation. Subclasses must implement
def read_entry(key, options)
  raise NotImplementedError.new
end