This website requires JavaScript.
Explore
Help
Sign In
jchenry
/
x
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Releases
Wiki
Activity
Files
2973912fde5c0068e735eaafdda5e1cf646ff3c3
x
/
cache
/
interface.go
T
7 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
stub of tiered cache
2022-12-15 22:00:51 -08:00
package
cache
type
Interface
[
K
comparable
,
V
any
]
interface
{
Get
(
key
K
)
V
Put
(
key
K
,
value
V
)
}
Reference in New Issue
Copy Permalink