Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudbase/garm
/ DeleteInstanceCache
Function
DeleteInstanceCache
cache/instance_cache.go:162–164 ·
view source on GitHub ↗
(name string)
Source
from the content-addressed store, hash-verified
160
}
161
162
func
DeleteInstanceCache(name string) {
163
instanceCache.DeleteInstance(name)
164
}
165
166
func
GetAllInstancesCache() []params.Instance {
167
return
instanceCache.GetAllInstances()
Callers
2
handleInstanceEvent
Method · 0.92
TestDeleteInstanceCache
Method · 0.85
Calls
1
DeleteInstance
Method · 0.65
Tested by
1
TestDeleteInstanceCache
Method · 0.68