package current

  1. Overview
  2. Docs

Module Current_cache.MakeSource

Perform builds with caching.

Parameters

module B : S.BUILDER

Signature

get b k is a term for the result of building k.

Sourceval invalidate : B.Key.t -> unit

invalidate key removes key from the cache.

Sourceval reset : db:bool -> unit

reset ~db clears the cache. Useful for unit-tests.

  • parameter db

    Also clear from the on-disk database table.

OCaml

Innovation. Community. Security.