From 73a62e6deabbbbc9bfa696f9d39965cd8a5654d6 Mon Sep 17 00:00:00 2001 From: Lizan Zhou Date: Thu, 20 Aug 2020 17:51:46 -0700 Subject: [PATCH] fix cache factory category Signed-off-by: Lizan Zhou --- source/extensions/filters/http/cache/http_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/extensions/filters/http/cache/http_cache.h b/source/extensions/filters/http/cache/http_cache.h index 8c0df6fd9502e..732f0d023f07a 100644 --- a/source/extensions/filters/http/cache/http_cache.h +++ b/source/extensions/filters/http/cache/http_cache.h @@ -321,7 +321,7 @@ class HttpCache { class HttpCacheFactory : public Config::TypedFactory { public: // From UntypedFactory - std::string category() const override { return "http_cache_factory"; } + std::string category() const override { return "envoy.http.cache"; } // Returns an HttpCache that will remain valid indefinitely (at least as long // as the calling CacheFilter).