UNPKG

desi-mongoose

Version:

A fun and intuitive MongoDB ODM for Node.js with a Hinglish twist

8 lines (7 loc) 219 B
export declare class DesiCache { private static cache; private static ttl; static rakh(key: string, value: any, customTtl?: number): void; static nikaal(key: string): any; static saafKaro(): void; }