diff --git a/cache/cache.go b/cache/cache.go index 872aacec..4ec14ba8 100644 --- a/cache/cache.go +++ b/cache/cache.go @@ -14,4 +14,6 @@ type Cache interface { String() string } -type Option struct{} +type Options struct{} + +type Option func(o *Options)