module ActiveSupport::Cache::NullCoder

def load(payload)

def load(payload)
  payload
end