Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/usememos/memos
/ Close
Method
Close
store/cache/cache.go:31–31 ·
view source on GitHub ↗
Close stops all background tasks and releases resources.
()
Source
from the content-addressed store, hash-verified
29
30
// Close stops all background tasks and releases resources.
31
Close() error
32
}
33
34
// item represents a cached value with metadata.
Callers
15
TestCacheBasicOperations
Function · 0.65
TestCacheEviction
Function · 0.65
TestCacheConcurrency
Function · 0.65
TestEvictionCallback
Function · 0.65
TestInboxStore
Function · 0.65
TestInboxListByID
Function · 0.65
TestInboxListBySenderID
Function · 0.65
TestInboxListByStatus
Function · 0.65
TestInboxListByMessageType
Function · 0.65
TestInboxListPagination
Function · 0.65
TestInboxListCombinedFilters
Function · 0.65
TestInboxMessagePayload
Function · 0.65
Implementers
1
Cache
store/cache/cache.go
Calls
no outgoing calls
Tested by
15
TestCacheBasicOperations
Function · 0.52
TestCacheEviction
Function · 0.52
TestCacheConcurrency
Function · 0.52
TestEvictionCallback
Function · 0.52
TestInboxStore
Function · 0.52
TestInboxListByID
Function · 0.52
TestInboxListBySenderID
Function · 0.52
TestInboxListByStatus
Function · 0.52
TestInboxListByMessageType
Function · 0.52
TestInboxListPagination
Function · 0.52
TestInboxListCombinedFilters
Function · 0.52
TestInboxMessagePayload
Function · 0.52