Current section
Files
Jump to
Current section
Files
xturn_cache
README.md
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
```