@types/fast-memory-cache
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

Installation

npm install --save @types/fast-memory-cache

Summary

This package contains type definitions for fast-memory-cache (https://github.com/mdevils/fast-memory-cache).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fast-memory-cache.

index.d.ts

declare class MemoryCache {
    constructor();
    get(key: string): any;
    set(key: string, value: any, expireTime?: number): void;
    delete(key: string): void;
    clear(): void;
}

export = MemoryCache;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Anna Botcharowa.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.044ts2.0
2.0.044ts2.1
2.0.044ts2.2
2.0.044ts2.3
2.0.044ts2.4
2.0.044ts2.5
2.0.044ts2.6
2.0.044ts2.7
2.0.044ts2.8
2.0.044ts2.9
2.0.044ts3.0
2.0.044ts3.1
2.0.044ts3.2
2.0.044ts3.3
2.0.044ts3.4
2.0.044ts3.5
2.0.044ts3.6
2.0.044ts3.7
2.0.044ts3.8
2.0.044ts3.9
2.0.044ts4.0
2.0.044ts4.1
2.0.044ts4.2
2.0.044ts4.3
2.0.044ts4.4
2.0.227ts5.6
2.0.227latest
2.0.227ts4.5
2.0.227ts4.6
2.0.227ts4.7
2.0.227ts4.8
2.0.227ts4.9
2.0.227ts5.0
2.0.227ts5.1
2.0.227ts5.2
2.0.227ts5.3
2.0.227ts5.4
2.0.227ts5.5
2.0.227ts5.7

Version History

VersionDownloads (Last 7 Days)Published
2.0.227
2.0.10
2.0.044

Package Sidebar

Install

npm i @types/fast-memory-cache

Weekly Downloads

71

Version

2.0.2

License

MIT

Unpacked Size

3.03 kB

Total Files

5

Last publish

Collaborators

  • types