Version last
This is a preliminary version of the documentation. Help us to improve it by filling tickets. We are looking for native english speakers to proof read the documentation. Contact us!
module Ocsigen_cache:Cache.Association tables (from any kind of database)that keep the most recently used values in memory.sig..end
It is based on a structure of doubly linked lists with maximum size,that keeps only the mostly recently used values first, if you call the upfunction each time you use a value.(Insertion, remove and "up" in time 1).This structure is exported, so that it can be used in other cases.
Not (preemptive) thread safe.
Author(s): Vincent Balat
module Make:
val clear_all_caches : unit -> unitmodule Dlist:sig..end