ActiveSupport::Cache::SerializerWithFallback::PassthroughWithFallback (original) (raw)

Methods

D

Included Modules

Instance Public methods

Source: show | on GitHub

File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 57

def _load(entry) entry end

Source: show | on GitHub

File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 49

def dump(entry) entry end

Source: show | on GitHub

File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 53

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

Source: show | on GitHub

File activesupport/lib/active_support/cache/serializer_with_fallback.rb, line 61

def dumped?(dumped) dumped.is_a?(Cache::Entry) end