MCPcopy Create free account
hub / github.com/devfeel/dotweb / Delete

Method Delete

cache/cache.go:28–28  ·  view source on GitHub ↗

Delete delete cache item by given key

(key string)

Source from the content-addressed store, hash-verified

26 Decr(key string) (int64, error)
27 // Delete delete cache item by given key
28 Delete(key string) error
29 // ClearAll clear all cache items
30 ClearAll() error
31}

Callers 3

DeleteMethod · 0.65
itemExpiredMethod · 0.65
doCleanHistoryCounterMethod · 0.65

Implementers 2

RuntimeCachecache/runtime/cache_runtime.go
RedisCachecache/redis/cache_redis.go

Calls

no outgoing calls

Tested by

no test coverage detected