module ActiveSupport::Cache::MemCacheStore::Coders::Rails61Coder
Public Instance Methods
Source
# File lib/active_support/cache/mem_cache_store.rb, line 213 def dump(entry) entry end
Source
# File lib/active_support/cache/mem_cache_store.rb, line 217 def dump_compressed(entry, threshold) entry.compressed(threshold) end