Packages

A simple, fast ETS-based cache with timed expiry for Erlang and Elixir. Provides both basic put/get operations and serialized fetch operations to minimize thundering herd problems when caching expensive computations.

Current section

Files

Jump to
kiss_cache rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [
{test, [
{erl_opts, [debug_info, {d, 'TEST'}]}
]}
]}.
{project_plugins, []}.