```ts export interface ICache<TValue> { applyWith: (name: string, func: Function, ttl: number, params: any[]) => Promise<TValue>, wrapperWithCall: (name: string, func: Function, ttl: number) => (...params: any[]) => Promise<TValue>, cleanUp: (ttl: number)
A cache object that deletes the least-recently-used items.
Binary Mac OS X Plist (property list) creator.
A lightweight cache for file metadata, ideal for processes that work on a specific set of files and only need to reprocess files that have changed since the last run
Require hook for automatic V8 compile cache persistence
A simple key/value storage using files to persist the data
Config file creator for secretlint.
A framework-independent core package of the SurveyJS Survey Creator component. With Survey Creator, you can visually design complex, interactive JSON forms and surveys in a drag-and-drop interface.
Require hook for automatic V8 compile cache persistence
Create SecretLintRawSource from content.
A white-label drag-and-drop form builder for React that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your React app.
Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies
TypeScript definitions for http-cache-semantics
Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.
LRU and FIFO caches for Client or Server
A generational pseudo-LRU cache with strict maximum size limits.
[](https://www.npmjs.com/package/@aws-sdk/endpoint-cache) [](https://www.npmjs.com/package/@aws-sdk/e
Gatsby plugin that automatically creates pages from React components in specified directories
An LRU cache of weak references
A super-fast, promise-based cache that reads and writes to the file-system.
Create a full Content-Type header given a MIME type or extension and cache the result
No description provided.
Simple and fast NodeJS internal caching. Node internal in memory cache like memcached.
node-simple-lru-cache =====================