Module Core_extended_cache.Strategy

Predefined strategies

module Lru : Strategy with type 'a with_init_args = int -> 'a

Least recently used.

module Keep_all : Strategy with type 'a with_init_args = 'a

Keep all the values