# `ExScim.Storage.EtsStorage`
[🔗](https://github.com/ExScim/ex_scim/blob/main/lib/ex_scim/storage/ets_storage.ex#L1)

ETS-based in-memory storage implementation.

This is the default storage backend, intended for development and testing.
Data is stored in named ETS tables and does not persist across restarts.

Use `clear_all/0` to reset all stored data (useful in test setup).

For production use, see `ExScimEcto.StorageAdapter` which provides
persistent storage backed by Ecto.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `clear_all`

Removes all users and groups from ETS storage. Useful for testing.

# `init`

---

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