aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/allegro/bigcache/bigcache.go
diff options
context:
space:
mode:
authorMartin Holst Swende <martin@swende.se>2019-02-18 16:15:55 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-02-19 17:00:31 +0800
commit992a7bbad531b9f44e84dfe5a779e7a6146d194d (patch)
tree1991cfaf21b724c4060985980d45822c57c2c2dd /vendor/github.com/allegro/bigcache/bigcache.go
parenta458153098d6f66ee0c6f990f31b3646ad171bbb (diff)
downloadgo-tangerine-992a7bbad531b9f44e84dfe5a779e7a6146d194d.tar
go-tangerine-992a7bbad531b9f44e84dfe5a779e7a6146d194d.tar.gz
go-tangerine-992a7bbad531b9f44e84dfe5a779e7a6146d194d.tar.bz2
go-tangerine-992a7bbad531b9f44e84dfe5a779e7a6146d194d.tar.lz
go-tangerine-992a7bbad531b9f44e84dfe5a779e7a6146d194d.tar.xz
go-tangerine-992a7bbad531b9f44e84dfe5a779e7a6146d194d.tar.zst
go-tangerine-992a7bbad531b9f44e84dfe5a779e7a6146d194d.zip
vendor: update bigcache
(cherry picked from commit 37e5a908e7368d84beef14a3ee8c534f34aa636f)
Diffstat (limited to 'vendor/github.com/allegro/bigcache/bigcache.go')
-rw-r--r--vendor/github.com/allegro/bigcache/bigcache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/allegro/bigcache/bigcache.go b/vendor/github.com/allegro/bigcache/bigcache.go
index e6aee8663..b3879264a 100644
--- a/vendor/github.com/allegro/bigcache/bigcache.go
+++ b/vendor/github.com/allegro/bigcache/bigcache.go
@@ -102,7 +102,7 @@ func (c *BigCache) Close() error {
}
// Get reads entry for the key.
-// It returns an EntryNotFoundError when
+// It returns an ErrEntryNotFound when
// no entry exists for the given key.
func (c *BigCache) Get(key string) ([]byte, error) {
hashedKey := c.hash.Sum64(key)