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
kura_cache
rebar.config
rebar.config
{erl_opts, [debug_info, warnings_as_errors]}.
{deps, [
{kura, "~> 2.17"},
{telemetry, "~> 1.3"}
]}.
{project_plugins, [
rebar3_hex,
rebar3_ex_doc
]}.
{ex_doc, [
{extras, [<<"README.md">>, <<"docs/cache-aside-guide.md">>, <<"LICENSE.md">>]},
{main, <<"README.md">>},
{source_url, <<"https://github.com/longlene/kura_cache">>}
]}.
{hex, [{doc, #{provider => ex_doc}}]}.