UNPKG

@nasriya/cachify

Version:

A lightweight, extensible in-memory caching library for storing anything, with built-in TTL and customizable cache types.

10 lines (9 loc) 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tools_1 = require("@nasriya/atomix/tools"); const restoreQueue = new tools_1.AdaptiveTaskQueue({ autoRun: true, windowDurationMs: 300, recalcDebounce: 100 }); exports.default = restoreQueue;