MCPcopy Create free account
hub / github.com/evolution-foundation/evolution-api / delete

Method delete

src/cache/localcache.ts:31–33  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

29 }
30
31 async delete(key: string) {
32 return LocalCache.localCache.del(this.buildKey(key));
33 }
34
35 async deleteAll(appendCriteria?: string) {
36 const keys = await this.keys(appendCriteria);

Callers

nothing calls this directly

Calls 1

buildKeyMethod · 0.95

Tested by

no test coverage detected