Memcache.Client.Transcoder behaviour

Summary

Functions

decode_value(value, data_type)
encode_value(value)

Callbacks

decode_value(value, data_type)

Specs

decode_value(value :: binary, data_type :: binary) :: any
encode_value(value)

Specs

encode_value(value :: any) :: {binary, binary}