Switch to using TwinProduction/gocache for caching service status
This commit is contained in:
8
vendor/github.com/TwinProduction/gocache/policy.go
generated
vendored
Normal file
8
vendor/github.com/TwinProduction/gocache/policy.go
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
package gocache
|
||||
|
||||
type EvictionPolicy string
|
||||
|
||||
var (
|
||||
LeastRecentlyUsed EvictionPolicy = "LeastRecentlyUsed"
|
||||
FirstInFirstOut EvictionPolicy = "FirstInFirstOut"
|
||||
)
|
Reference in New Issue
Block a user