Backwards-compatibility shim for SuperCache.
SuperCache.Distributed is now an alias for SuperCache.
Use SuperCache directly in new code — it handles both local and
distributed modes automatically based on the :cluster option.
This module will be removed in a future release.
Summary
Functions
put!(data)
deprecated
See SuperCache.put!/1.
Functions
See SuperCache.delete/1.
See SuperCache.delete!/1.
See SuperCache.get/2.
See SuperCache.get!/2.
See SuperCache.put/1.
This function is deprecated. Use SuperCache directly — it now handles both modes automatically..
See SuperCache.put!/1.
See SuperCache.scan/3.
See SuperCache.scan!/2.
See SuperCache.scan!/3.
See SuperCache.stats/0.