MCPcopy
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
835class PooledClientSideCacheEntryValue extends ClientSideCacheEntryValue {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected