diff --git a/cache2go/cache_store.go b/cache2go/cache_store.go index 56dd27bab..22436d257 100644 --- a/cache2go/cache_store.go +++ b/cache2go/cache_store.go @@ -189,7 +189,7 @@ func (cs cacheLRUTTL) GetKeysForPrefix(prefix string) (keys []string) { } } } - return nil + return } // faster to access