errors.go 84 B

12345
  1. package cache
  2. import "errors"
  3. var ErrorNotFound = errors.New("unknown cache key")