Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Permify/permify
/ Set
Method
Set
pkg/cache/interfaces.go:6–6 ·
view source on GitHub ↗
(key string, value any, cost int64)
Source
from the content-addressed store, hash-verified
4
type
Cache
interface
{
5
Get(key string) (any, bool)
6
Set(key string, value any, cost int64) bool
7
Wait()
8
Close()
9
}
Callers
15
TestRistretto
Function · 0.65
TestRistretto_Get
Function · 0.65
TestRistretto_Set
Function · 0.65
Set
Method · 0.65
Set
Method · 0.65
xid8_test.go
File · 0.65
pguint64_test.go
File · 0.65
main
Function · 0.65
UpdateClientConnState
Method · 0.65
balancer_test.go
File · 0.65
ReadEntityDefinition
Method · 0.65
ReadRuleDefinition
Method · 0.65
Implementers
2
noopCache
pkg/cache/interfaces.go
Ristretto
pkg/cache/ristretto/ristretto.go
Calls
no outgoing calls
Tested by
4
TestRistretto
Function · 0.52
TestRistretto_Get
Function · 0.52
TestRistretto_Set
Function · 0.52
httpJSON
Function · 0.52