Packages
kura_cache
0.0.1
Application-side cache for kura projects: keyed memoization with per-kind TTL, row-cache sugar keyed by schema primary keys, telemetry, and a pluggable invalidation broadcast hook
Current section
Files
Jump to
Current section
Files
src/kura_cache.app.src
{application,kura_cache,
[{description,"Application-side cache for kura projects: keyed memoization with per-kind TTL, row-cache sugar keyed by schema primary keys, telemetry, and a pluggable invalidation broadcast hook"},
{vsn,"0.0.1"},
{registered,[kura_cache]},
{applications,[kernel,stdlib,kura,telemetry]},
{env,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/longlene/kura_cache"}]}]}.