MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / Delete

Method Delete

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

Delete removes an item from the cache

(key string)

Source from the content-addressed store, hash-verified

24
25 // Delete removes an item from the cache
26 Delete(key string) error
27
28 // Clear removes all items from the cache
29 Clear() error

Callers 14

DeleteSnapshotMethod · 0.65
DeleteMethod · 0.65
DeleteWithResponseMethod · 0.65
ClearClusterCacheMethod · 0.65
ClearNodeCacheMethod · 0.65
RefreshNodeDataMethod · 0.65
RefreshVMDataMethod · 0.65
DeleteBackupMethod · 0.65
testBasicCacheOperationsFunction · 0.65
InitGlobalCacheFunction · 0.65

Implementers 2

FileCacheinternal/cache/cache.go
BadgerCacheinternal/cache/badger_cache.go

Calls

no outgoing calls

Tested by 3

testBasicCacheOperationsFunction · 0.52