Packages

Gleam module that provides primitives for caching key-value pairs in files and using files as caches.

Current section

Files

Jump to
hardcache src hardcache.app.src
Raw

src/hardcache.app.src

{application, hardcache, [
{vsn, "1.1.0"},
{applications, [file_streams,
gleam_stdlib,
gleeunit]},
{description, "Gleam module that provides primitives for caching key-value pairs in files and using files as caches."},
{modules, [hardcache]},
{registered, []}
]}.