mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
copy lru
This commit is contained in:
1
pkg/cache/cache.go
vendored
1
pkg/cache/cache.go
vendored
@@ -66,6 +66,7 @@ func (c *cache) Context(ctx context.Context) Cache {
|
||||
return c
|
||||
}
|
||||
return &cache{
|
||||
LRU: c.LRU,
|
||||
Store: c.Store,
|
||||
Prefix: t,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user