Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ CleanMatchKey
Method
CleanMatchKey
internal/caches/list_interface.go:22–22 ·
view source on GitHub ↗
CleanMatchKey 清除通配符匹配的Key
(key string)
Source
from the content-addressed store, hash-verified
20
21
// CleanMatchKey 清除通配符匹配的Key
22
CleanMatchKey(key string) error
23
24
// CleanMatchPrefix 清除通配符匹配的前缀
25
CleanMatchPrefix(prefix string) error
Callers
5
Purge
Method · 0.65
TestKVFileList_CleanMatchKey
Function · 0.65
Purge
Method · 0.65
TestFileListDB_CleanMatchKey
Function · 0.65
CleanMatchKey
Method · 0.65
Implementers
3
MemoryList
internal/caches/list_memory.go
KVFileList
internal/caches/list_file_kv.go
SQLiteFileList
internal/caches/list_file_sqlite.go
Calls
no outgoing calls
Tested by
2
TestKVFileList_CleanMatchKey
Function · 0.52
TestFileListDB_CleanMatchKey
Function · 0.52