Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgryski/go-arc
/ functions
Functions
15 in github.com/dgryski/go-arc
⨍
Functions
15
◇
Types & classes
2
↓ 14 callers
Method
Len
()
arc.go:76
↓ 6 callers
Method
PushFront
(key string)
arc.go:56
↓ 5 callers
Method
RemoveTail
()
arc.go:66
↓ 4 callers
Method
Lookup
(key string)
arc.go:47
↓ 4 callers
Method
Remove
(key string, elt *list.Element)
arc.go:61
↓ 4 callers
Function
checkList
(t *testing.T, name string, l *list.List, expected []byte)
arc_test.go:39
↓ 4 callers
Function
newClist
()
arc.go:30
↓ 4 callers
Method
replace
(key string)
arc.go:92
↓ 3 callers
Function
max
(x, y int)
arc.go:172
↓ 1 callers
Method
Get
Get retrieves a value from the cache. The function f will be called to retrieve the value if it is not present in the cache.
arc.go:108
↓ 1 callers
Method
Has
(key string)
arc.go:42
↓ 1 callers
Method
MoveToFront
(elt *list.Element)
arc.go:52
↓ 1 callers
Function
New
New creates an ARC that stores at most size items.
arc.go:81
↓ 1 callers
Function
min
(x, y int)
arc.go:163
Function
TestARC
(t *testing.T)
arc_test.go:9