method
dump_compressed
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Cache::SerializerWithFallback::Marshal61WithFallback
dump_compressed(entry, threshold)public
No documentation available.
# File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 76
def dump_compressed(entry, threshold)
Marshal.dump(entry.compressed(threshold))
end