SuperCache.Distributed.Stack (SuperCache v1.3.0)

Copy Markdown View Source

Compatibility shim → use SuperCache.Stack directly.

Summary

Functions

count(stack_name, opts \\ [])

See SuperCache.Stack.count/2.

get_all(stack_name)

See SuperCache.Stack.get_all/1.

pop(stack_name, default \\ nil)

See SuperCache.Stack.pop/2.

push(stack_name, value)

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

See SuperCache.Stack.push/2.