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).