From 43198210ce1d606de4ded7ec882567127e00d2a4 Mon Sep 17 00:00:00 2001 From: Sascha Peukert Date: Thu, 29 Feb 2024 15:08:59 +0100 Subject: [PATCH] Update bigcache.go --- bigcache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigcache.go b/bigcache.go index d09f9d6..b3aa37b 100644 --- a/bigcache.go +++ b/bigcache.go @@ -188,7 +188,7 @@ func (c *BigCache) ResetStats() error { return nil } -// Len computes the number of entries in the cache +// Len computes the number of entries in the cache. func (c *BigCache) Len() int { var len int for _, shard := range c.shards {