read_entry(key, **options)
Read an entry from the cache.
# File activesupport/lib/active_support/cache/mem_cache_store.rb, line 240 def read_entry(key, **options) deserialize_entry(read_serialized_entry(key, **options), **options) end