2.1.2 • Published 3 months ago

reciple-registry-cache v2.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Reciple Registry Cache

Cache registered application commands locally and only register commands when the command list changes.

Usage

npm i reciple-registry-cache

Create a new module and export an instance of RegistryCacheManager.

// New module instance
import { RegistryCacheManager } from 'reciple-registry-cache';

export default new RegistryCacheManager({
    cacheFolder: './node_modules/.cache/reciple-registry-cache/' // (Optional) custom cache folder
});
// Default module instance
import registryCacheManager from 'reciple-registry-cache/module';

export default registryCacheManager;
2.1.2

3 months ago

2.1.1

6 months ago

2.0.0-dev.0

7 months ago

2.1.0

6 months ago

2.0.0

7 months ago

1.0.11

8 months ago

1.0.10

9 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago