Skip to content

Trim keys inside raw context

Current in-memory cache Cache.add returns a (key list option * context), and those keys are absolute keys, which are not recognizable for each typed storage. Therefore, we move the in-storage key trimming logic back to Raw_context itself.

The other changes are just reflecting the interface change (now returns a Lwt.t).

Edited by Weihang Lo

Merge request reports