committed by
Péter Szilágyi
parent
a458153098
commit
992a7bbad5
2
vendor/github.com/allegro/bigcache/bigcache.go
generated
vendored
2
vendor/github.com/allegro/bigcache/bigcache.go
generated
vendored
@ -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)
|
||||
|
Reference in New Issue
Block a user