Cache.SandboxRegistry (elixir_cache v0.3.9)

View Source

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

More details soon...

Summary

Functions

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

register_caches(cache_module_or_modules, pid \\ self())

start(cache_or_caches)

start_link()

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