Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mikro-orm/mikro-orm
/ clear
Method
clear
packages/core/src/cache/MemoryCacheAdapter.ts:46–48 ·
view source on GitHub ↗
* @inheritDoc
()
Source
from the content-addressed store, hash-verified
44
* @inheritDoc
45
*/
46
clear(): void {
47
this.#data.clear();
48
}
49
}
Callers
nothing calls this directly
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected