Method: ActiveSupport::Cache::SerializerWithFallback::PassthroughWithFallback#dump_compressed
- Defined in:
- activesupport/lib/active_support/cache/serializer_with_fallback.rb
#dump_compressed(entry, threshold) ⇒ Object
53 54 55 |
# File 'activesupport/lib/active_support/cache/serializer_with_fallback.rb', line 53 def dump_compressed(entry, threshold) entry.compressed(threshold) end |