map-cachedfifo
FIFO Cached interface for a Promised Map.
var MapCachedFifo = ;// MapCachedFifo(<source>, [<cache>], [<evict>])// source: a promised map, like MapPg (map-pg)// cache: size of get and set cache, evicts and flushes when full (default 1024)// evict: fraction of get cache to evict when full (default 0.5)
var MapPromised = ;var MapCachedFifo = ; var mapp = ;var mapc = mapp;mapp;