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