MCPcopy
hub / github.com/thx/rap2-delos / deleteCache

Method deleteCache

src/models/bo/interface.ts:23–25  ·  view source on GitHub ↗
(instance: Interface)

Source from the content-addressed store, hash-verified

21 @BeforeUpdate
22 @BeforeDestroy
23 static async deleteCache(instance: Interface) {
24 await RedisService.delCache(CACHE_KEY.REPOSITORY_GET, instance.repositoryId)
25 }
26
27 @BeforeBulkCreate
28 @BeforeBulkUpdate

Callers

nothing calls this directly

Calls 1

delCacheMethod · 0.80

Tested by

no test coverage detected