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

Extended by:
Rails61Coder
Includes:
Loader
Included in:
Rails61Coder
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/cache/mem_cache_store.rb

Instance Method Summary collapse

Methods included from Loader

#load

Instance Method Details

#dump(entry) ⇒ Object



213
214
215
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/cache/mem_cache_store.rb', line 213

def dump(entry)
  entry
end

#dump_compressed(entry, threshold) ⇒ Object



217
218
219
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activesupport-7.0.4/lib/active_support/cache/mem_cache_store.rb', line 217

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