API Reference elixir_cache v0.3.11

View Source

Modules

ElixirCache

Hex version badge Test Credo Dialyzer Coverage

This module is the Agent adapter. Very lightweight use only

DETS adapter so that we can use dets as a cache

ETS (Erlang Term Storage) adapter for high-performance in-memory caching.

Add the following metrics for elixir_cache into prometheus_telmetery, this module will only be included if the library is included

Redis adapter for distributed caching with ElixirCache.

Sandbox adapter for isolated testing of applications using ElixirCache.

This module is used to start the sandbox registry and register caches in test mode