Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/usememos/memos
/ Size
Method
Size
store/cache/cache.go:28–28 ·
view source on GitHub ↗
Size returns the number of items in the cache.
()
Source
from the content-addressed store, hash-verified
26
27
// Size returns the number of items in the cache.
28
Size() int64
29
30
// Close stops all background tasks and releases resources.
31
Close() error
Callers
4
TestCacheEviction
Function · 0.65
TestCacheConcurrency
Function · 0.65
CreateAttachment
Method · 0.65
walkLocalStorage
Function · 0.65
Implementers
1
Cache
store/cache/cache.go
Calls
no outgoing calls
Tested by
2
TestCacheEviction
Function · 0.52
TestCacheConcurrency
Function · 0.52