BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
k1544
Root
/
.
/
lib
/
node_modules
/
bower
/
lib
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.js
var commands = require('./commands'); var version = require('./version'); var abbreviations = require('./util/abbreviations')(commands); function clearRuntimeCache() { // Note that in edge cases, some architecture components instance's // in-memory cache might be skipped. // If that's a problem, you should create and fresh instances instead. var PackageRepository = require('./core/PackageRepository'); PackageRepository.clearRuntimeCache(); } module.exports = { version: version, commands: commands, config: require('./config')(), abbreviations: abbreviations, reset: clearRuntimeCache };
Save
Cancel