Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
DeleteSnapshot
Method · 0.65
Delete
Method · 0.65
DeleteWithResponse
Method · 0.65
ClearClusterCache
Method · 0.65
ClearNodeCache
Method · 0.65
RefreshNodeData
Method · 0.65
RefreshVMData
Method · 0.65
DeleteBackup
Method · 0.65
testBasicCacheOperations
Function · 0.65
testCacheConcurrentAccess
Function · 0.65
TestCacheIntegration_Simple
Function · 0.65
InitGlobalCache
Function · 0.65
Implementers
2
FileCache
internal/cache/cache.go
BadgerCache
internal/cache/badger_cache.go
Calls
no outgoing calls
Tested by
3
testBasicCacheOperations
Function · 0.52
testCacheConcurrentAccess
Function · 0.52
TestCacheIntegration_Simple
Function · 0.52