Packages

Cache with TTL for the XTurn server.

Current section

Files

Jump to
xturn_cache README.md
Raw

README.md

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