aboutsummaryrefslogtreecommitdiff
path: root/middleware/cache/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'middleware/cache/cache.go')
-rw-r--r--middleware/cache/cache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/cache/cache.go b/middleware/cache/cache.go
index 682739eef..091638655 100644
--- a/middleware/cache/cache.go
+++ b/middleware/cache/cache.go
@@ -15,7 +15,7 @@ import (
)
// Cache is middleware that looks up responses in a cache and caches replies.
-// It has a positive and a negative cache.
+// It has a success and a denial of existence cache.
type Cache struct {
Next middleware.Handler
Zones []string