MCPcopy Index your code
hub / github.com/seerr-team/seerr / removeCache

Method removeCache

server/api/externalapi.ts:139–144  ·  view source on GitHub ↗
(endpoint: string, options?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

137 }
138
139 protected removeCache(endpoint: string, options?: Record<string, unknown>) {
140 const cacheKey = this.serializeCacheKey(endpoint, {
141 ...options,
142 });
143 this.cache?.del(cacheKey);
144 }
145
146 private serializeCacheKey(
147 endpoint: string,

Callers 2

RadarrAPIClass · 0.80
SonarrAPIClass · 0.80

Calls 1

serializeCacheKeyMethod · 0.95

Tested by

no test coverage detected