diff --git a/plugin/executable/cache/cache.go b/plugin/executable/cache/cache.go index 98a3bee10..2533d3f1e 100644 --- a/plugin/executable/cache/cache.go +++ b/plugin/executable/cache/cache.go @@ -178,6 +178,7 @@ func (c *cachePlugin) Exec(ctx context.Context, qCtx *query_context.Context, nex if c.whenHit != nil { return c.whenHit.Exec(ctx, qCtx, nil) } + return nil } // cache miss, run the entry and try to store its response.