Packages

A generic in-node caching library with memoization support

Current section

Files

Jump to
erl_cache src erl_cache.app.src
Raw

src/erl_cache.app.src

{application,erl_cache,
[{description,"A generic in-node caching library with memoization support"},
{vsn,"1.7.4"},
{applications,[kernel,stdlib,crypto]},
{mod,{erl_cache_app,[]}},
{env,[]},
{licenses,["Apache 2"]},
{links,[{"Github","https://github.com/alertlogic/erl-cache"}]}]}.