384385386387388389390
*/ public void init(PMContext context) throws Exception { this.context = context; // init bundle cache bundles = new BundleCache(bundleCacheSize); missing = new LRUNodeIdCache(); }