UNPKG

@appigram/keyv-lru

Version:

An in-memory LRU back-end for Keyv.

10 lines (7 loc) 165 B
"use strict"; const KeyvLru = require('./KeyvLru'); const KeyvLruManagedTtl = require('./KeyvLruManagedTtl'); module.exports = { KeyvLru, KeyvLruManagedTtl };