Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/node-redis
/ onClose
Method
onClose
packages/client/lib/client/cache.ts:830–832 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
828
}
829
830
override onClose() {
831
this.clear(false);
832
}
833
}
834
835
class
PooledClientSideCacheEntryValue extends ClientSideCacheEntryValue {
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected