View Source Cache.Sandbox (elixir_cache v0.1.1)
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
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.