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