# `SuperCache.Distributed`
[🔗](https://github.com/ohhi-vn/super_cache/blob/main/lib/distributed/distributed.ex#L7)

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.

# `cluster_stats`

# `delete`

# `delete!`

# `delete_all`

# `delete_by_key_partition`

# `delete_by_key_partition!`

# `delete_by_match`

# `delete_by_match!`

# `delete_by_match!`

# `delete_same_key_partition`

# `delete_same_key_partition!`

# `get`

# `get!`

# `get_by_key_partition`

# `get_by_key_partition!`

# `get_by_match`

# `get_by_match!`

# `get_by_match!`

# `get_by_match_object`

# `get_by_match_object!`

# `get_by_match_object!`

# `get_same_key_partition`

# `get_same_key_partition!`

# `lazy_put`

# `put`

# `put!`

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

# `scan`

# `scan!`

# `scan!`

# `started?`

# `stats`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
