Packages

Simple memory cache with expiration.

Current section

Files

Jump to
simple_cache src simple_cache.app.src
Raw

src/simple_cache.app.src

{application,simple_cache,
[{description,"Simple memory cache with expiration."},
{vsn,"1.1.3"},
{registered,[]},
{applications,[kernel,stdlib]},
{mod,{simple_cache_app,[]}},
{env,[]},
{maintainers,["Martin Wiso"]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/tgrk/simple_cache"}]}]}.