Module: ActiveSupport::Cache::MemCacheStore::Coders::Rails61Coder

Extended by:
Rails61Coder
Includes:
Loader
Included in:
Rails61Coder
Defined in:
activesupport/lib/active_support/cache/mem_cache_store.rb

Instance Method Summary collapse

Methods included from Loader

#load

Instance Method Details

#dump(entry) ⇒ Object



246
247
248
# File 'activesupport/lib/active_support/cache/mem_cache_store.rb', line 246

def dump(entry)
  entry
end

#dump_compressed(entry, threshold) ⇒ Object



250
251
252
# File 'activesupport/lib/active_support/cache/mem_cache_store.rb', line 250

def dump_compressed(entry, threshold)
  entry.compressed(threshold)
end