Method: ActiveSupport::Cache::SerializerWithFallback::PassthroughWithFallback#_load

Defined in:
activesupport/lib/active_support/cache/serializer_with_fallback.rb

#_load(entry) ⇒ Object



57
58
59
# File 'activesupport/lib/active_support/cache/serializer_with_fallback.rb', line 57

def _load(entry)
  entry
end