read_entry(key, **options)
private
Store provider interface: Read an entry from
the cache.
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 314
def read_entry(key, **options)
deserialize_entry(read_serialized_entry(key, **options), **options)
end