4.0.0 • Published 11 months ago
reciple-registry-cache v4.0.0
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;
3.0.0-dev.0
1 year ago
3.0.0-dev.1
1 year ago
3.3.0
11 months ago
3.2.0
1 year ago
3.1.0
1 year ago
3.0.1
1 year ago
3.0.0
1 year ago
4.0.0
11 months ago
2.1.2
1 year ago
2.1.1
2 years ago
2.0.0-dev.0
2 years ago
2.1.0
2 years ago
2.0.0
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago