Current section

Files

Jump to
lustre include lustre@vdom@cache_Cache.hrl
Raw

include/lustre@vdom@cache_Cache.hrl

-record(cache, {
events :: lustre@vdom@cache:events(any()),
vdoms :: lustre@internals@mutable_map:mutable_map(fun(() -> lustre@vdom@vnode:element(any())), lustre@vdom@vnode:element(any())),
old_vdoms :: lustre@internals@mutable_map:mutable_map(fun(() -> lustre@vdom@vnode:element(any())), lustre@vdom@vnode:element(any())),
dispatched_paths :: list(binary()),
next_dispatched_paths :: list(binary())
}).