Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/go-gorm/gorm
/ Keys
Method
Keys
internal/stmt_store/stmt_store.go:51–51 ·
view source on GitHub ↗
Keys returns a slice of all cache keys in the store.
()
Source
from the content-addressed store, hash-verified
49
50
// Keys returns a slice of all cache keys in the store.
51
Keys() []string
52
53
// Get retrieves a Stmt object from the store based on the given key.
54
// Parameters:
Callers
7
Close
Method · 0.65
Keys
Method · 0.65
TestPreparedStmtLruFromTransaction
Function · 0.65
TestPreparedStmtDeadlock
Function · 0.65
TestPreparedStmtClose
Function · 0.65
TestLRUNoPurge
Function · 0.65
TestLRURemoveOldest
Function · 0.65
Implementers
1
lruStore
internal/stmt_store/stmt_store.go
Calls
no outgoing calls
Tested by
5
TestPreparedStmtLruFromTransaction
Function · 0.52
TestPreparedStmtDeadlock
Function · 0.52
TestPreparedStmtClose
Function · 0.52
TestLRUNoPurge
Function · 0.52
TestLRURemoveOldest
Function · 0.52