This commit is contained in:
Asim Aslam
2021-05-19 14:08:32 +01:00
parent b77cb986f3
commit bd8e354e1c

1
pkg/cache/cache.go vendored
View File

@@ -66,6 +66,7 @@ func (c *cache) Context(ctx context.Context) Cache {
return c
}
return &cache{
LRU: c.LRU,
Store: c.Store,
Prefix: t,
}