Packages

A simple in-memory cache using ETS tables or mutable references.

Current section

Files

Jump to
booklet src booklet.app.src
Raw

src/booklet.app.src

{application, booklet, [
{mod, {'booklet_ffi', []}},
{vsn, "1.1.0"},
{applications, []},
{description, "A simple in-memory cache using ETS tables or mutable references."},
{modules, [booklet,
booklet@@main,
booklet_ffi]},
{registered, []}
]}.