A simple caching module used by XTurn and its plugins.
This package can be installed by adding xturn_cache to your list of dependencies in mix.exs:
xturn_cache
mix.exs
def deps do [{:xturn_cache, "~> 0.1"}] end