Method: ActiveSupport::Cache::Coder::StringDeserializer#load

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

#load(payload) ⇒ Object



91
92
93
# File 'activesupport/lib/active_support/cache/coder.rb', line 91

def load(payload)
  payload.force_encoding(@encoding)
end