method

read_entry

read_entry(key, **s)
private

No documentation available.

# File activesupport/lib/active_support/cache/null_store.rb, line 42
        def read_entry(key, **s)
          deserialize_entry(read_serialized_entry(key))
        end