UNPKG

@lionrockjs/central

Version:

Node.js MVC framework inspire from PHP Kohana Framework

11 lines (10 loc) 210 B
export default class HelperCache { constructor() { } static cacheId = 0; static async init() { this.clearImportCache(); } static clearImportCache() { this.cacheId++; } }