method
uncompress
v7.2.3 -
Show latest stable
- Class:
ActiveSupport::Cache::Entry
uncompress(value)private
No documentation available.
# File activesupport/lib/active_support/cache/entry.rb, line 123
def uncompress(value)
marshal_load(Zlib::Inflate.inflate(value))
end