View Source Cache.SandboxRegistry (elixir_cache v0.3.0)

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

More details soon...

Link to this section Summary

Link to this section Functions

Link to this function

find!(cache_module, pid \\ self())

View Source
Link to this function

register_caches(cache_module_or_modules, pid \\ self())

View Source
@spec start_link() :: {:error, any()} | {:ok, pid()}