method
dump
rails latest stable - Class:
ActiveSupport::Cache::Coders::Rails70Coder
dump(entry)public
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 883
def dump(entry)
MARK_70_UNCOMPRESSED + Marshal.dump(entry.pack)
end