Brassaia_index.Cache
module type S = sig ... end
module Noop : S
Cache implementation that always misses.
module Unbounded : S
Cache implementation that always finds previously-added values, and grows indefinitely.