module ActiveSupport::Cache::SerializerWithFallback::PassthroughWithFallback

def dumped?(dumped)

def dumped?(dumped)
  dumped.is_a?(Cache::Entry)
end