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