method
dump_compressed
rails 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