instance method _load

Ruby on Rails 7.1.6

Since v7.1.6

Available in: v7.1.6 v7.2.3 v8.0.4 v8.1.2

Signature

_load(marked)

No documentation comment.

Parameters

marked req
Source
# File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 110
          def _load(marked)
            dumped = marked.byteslice(1..-1)
            dumped = Zlib::Inflate.inflate(dumped) if marked.start_with?(MARK_COMPRESSED)
            Cache::Entry.unpack(marshal_load(dumped))
          end

Defined in activesupport/lib/active_support/cache/serializer_with_fallback.rb line 110 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::Cache::SerializerWithFallback::Marshal70WithFallback

Type at least 2 characters to search.

↑↓ navigate · open · esc close