Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ember-cli/ember-cli
/ constructor
Method
constructor
lib/models/package-info-cache/index.js:31–34 ·
view source on GitHub ↗
(ui)
Source
from the content-addressed store, hash-verified
29
*/
30
class
PackageInfoCache {
31
constructor(ui) {
32
this.ui = ui;
// a console-ui instance
33
this._clear();
34
}
35
36
/**
37
* Clear the cache information.
Callers
nothing calls this directly
Calls
1
_clear
Method · 0.95
Tested by
no test coverage detected