class ActiveSupport::Cache::Store

def read_entry(key, options) # :nodoc:

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