Packages

A store for http_cache that uses native OTP capabilites

Retired package: Renamed - http_cache_store_memory

Current section

Files

Jump to
http_cache_store_native src http_cache_store_native.app.src
Raw

src/http_cache_store_native.app.src

{application,http_cache_store_native,
[{description,"A store for http_cache that uses native OTP capabilites"},
{vsn,"0.2.0"},
{registered,[]},
{mod,{http_cache_store_native_app,[]}},
{applications,[kernel,stdlib,os_mon,telemetry]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"github",
"https://github.com/tanguilp/http_cache_store_native"}]}]}.