MCPcopy
hub / github.com/minio/minio-go / Delete

Method Delete

pkg/kvcache/cache.go:29–31  ·  view source on GitHub ↗

Delete delete the key

(key K)

Source from the content-addressed store, hash-verified

27
28// Delete delete the key
29func (r *Cache[K, V]) Delete(key K) {
30 r.m.Delete(key)
31}
32
33// Get - Returns a value of a given key if it exists.
34func (r *Cache[K, V]) Get(key K) (value V, ok bool) {

Callers 3

RemoveBucketMethod · 0.80

Calls

no outgoing calls

Tested by 1