aboutsummaryrefslogtreecommitdiff
path: root/plugin/cache/cache.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/cache/cache.go')
-rw-r--r--plugin/cache/cache.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/cache/cache.go b/plugin/cache/cache.go
index 54f2587fa..563b2abbe 100644
--- a/plugin/cache/cache.go
+++ b/plugin/cache/cache.go
@@ -48,6 +48,9 @@ type Cache struct {
pexcept []string
nexcept []string
+ // Keep ttl option
+ keepttl bool
+
// Testing.
now func() time.Time
}