class ActiveSupport::Cache::MemCacheStore

def read_entry(key, **options)

Read an entry from the cache.
def read_entry(key, **options)
  deserialize_entry(read_serialized_entry(key, **options), **options)
end