package gocache import "errors" var ( ErrKeyNotFound = errors.New("Key not found") )