SuperCache.Distributed.KeyValue (SuperCache v1.3.0)

Copy Markdown View Source

Compatibility shim → use SuperCache.KeyValue directly.

Summary

Functions

add(kv_name, key, value)

This function is deprecated. Use SuperCache directly — it now handles both modes automatically..

See SuperCache.KeyValue.add/3.

count(kv_name, opts \\ [])

See SuperCache.KeyValue.count/2.

get(kv_name, key, default \\ nil, opts \\ [])

See SuperCache.KeyValue.get/4.

keys(kv_name, opts \\ [])

See SuperCache.KeyValue.keys/2.

remove(kv_name, key)

See SuperCache.KeyValue.remove/2.

remove_all(kv_name)

See SuperCache.KeyValue.remove_all/1.

to_list(kv_name, opts \\ [])

See SuperCache.KeyValue.to_list/2.

values(kv_name, opts \\ [])

See SuperCache.KeyValue.values/2.