diff --git a/pkg/cache/cache.go b/pkg/cache/cache.go index e5e179e..2d6d68d 100644 --- a/pkg/cache/cache.go +++ b/pkg/cache/cache.go @@ -66,6 +66,7 @@ func (c *cache) Context(ctx context.Context) Cache { return c } return &cache{ + LRU: c.LRU, Store: c.Store, Prefix: t, }