UNPKG

@thi.ng/cache

Version:

In-memory cache implementations with ES6 Map-like API and different eviction strategies

5 lines (4 loc) 105 B
export * from "./api.js"; export * from "./lru.js"; export * from "./mru.js"; export * from "./tlru.js";