API Reference elixir_cache v0.1.1
modules
Modules
This module is the Agent adapter. Very lightweight use only
ETS adapter so that we can use ets as a cache
This module interacts with redis using a pool of connections
This module is the adapter used by the SandboxRegistry to mock out all the other adapters
therefore it must implement all features shared across all adapters. It uses a basic Agent
and shouldn't be used in production. It's good for dev & test to avoid needing dependencies
This module is used to start the sandbox registry and register caches in test mode