Packages

A high-performance, analytical Datalog engine for Gleam

Current section

Files

Jump to
aarondb include aarondb@cache_CacheConfig.hrl
Raw

include/aarondb@cache_CacheConfig.hrl

-record(cache_config, {
max_size :: integer(),
invalidator :: fun((aarondb@fact:datom(), any()) -> boolean())
}).