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