Skip to content

Commit

Permalink
Update bigcache.go
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaPeukert authored Feb 29, 2024
1 parent d880a88 commit 4319821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4319821

Please sign in to comment.