From fb2dee4967dd27549aeb19abd166c4e2695455d2 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 14 Oct 2019 22:39:26 +0100 Subject: [PATCH] rcache becomes cache --- cache.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.go b/cache.go index 8acd79a..a6068ae 100644 --- a/cache.go +++ b/cache.go @@ -423,7 +423,7 @@ func (c *cache) Stop() { } func (c *cache) String() string { - return "rcache" + return "cache" } // New returns a new cache