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