vendor: update bigcache

This commit is contained in:
Martin Holst Swende
2019-02-18 09:15:55 +01:00
parent 50b872bf05
commit 37e5a908e7
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)