fmt.Sprintf("%q/%q/%#v", name, namespace, tr.Spec)
Since tr.Spec contains point fields, new token request would not reuse the cache at all. This patch fix this, also adds unit test. Signed-off-by: Mike Danese <mikedanese@google.com>