Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 245 Bytes

README.md

File metadata and controls

executable file
·
13 lines (9 loc) · 245 Bytes

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:

def deps do
  [{:xturn_cache, "~> 0.1"}]
end