UNPKG

heapstash

Version:

HeapStash is a library that allows for easy caching in Node.js, with many advanced features such as TTL, maximum items in memory cache, external cache support, and more.

12 lines (11 loc) 225 B
declare class Plugin { tasks: any; _: any; static DynamoDB: any; static FileSystem: any; static MongoDB: any; static Redis: any; constructor(); run(name: string): () => any; } export = Plugin;