vendor: update bigcache

(cherry picked from commit 37e5a908e7)
This commit is contained in:
Martin Holst Swende
2019-02-18 09:15:55 +01:00
committed by Péter Szilágyi
parent a458153098
commit 992a7bbad5
5 changed files with 74 additions and 34 deletions

View File

@ -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)