API Reference elixir_cache v0.2.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
Contains General functions for interfacing with redis
Contains functions for interfacing with redis hash functions
Contains functions for interfacing with redis JSON functions
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