Uses of Class
io.envoyproxy.envoy.config.filter.http.cache.v2alpha.CacheConfig.Builder
Packages that use CacheConfig.Builder
-
Uses of CacheConfig.Builder in io.envoyproxy.envoy.config.filter.http.cache.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.cache.v2alpha that return CacheConfig.BuilderModifier and TypeMethodDescriptionCacheConfig.Builder.addAllAllowedVaryHeaders(Iterable<? extends StringMatcher> values) List of matching rules that defines allowed *Vary* headers.CacheConfig.Builder.addAllowedVaryHeaders(int index, StringMatcher value) List of matching rules that defines allowed *Vary* headers.CacheConfig.Builder.addAllowedVaryHeaders(int index, StringMatcher.Builder builderForValue) List of matching rules that defines allowed *Vary* headers.CacheConfig.Builder.addAllowedVaryHeaders(StringMatcher value) List of matching rules that defines allowed *Vary* headers.CacheConfig.Builder.addAllowedVaryHeaders(StringMatcher.Builder builderForValue) List of matching rules that defines allowed *Vary* headers.CacheConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CacheConfig.Builder.clear()CacheConfig.Builder.clearAllowedVaryHeaders()List of matching rules that defines allowed *Vary* headers.CacheConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CacheConfig.Builder.clearKeyCreatorParams()[#not-implemented-hide:] <TODO(toddmgreer) implement key customization> Modifies cache key creation by restricting which parts of the URL are included.CacheConfig.Builder.clearMaxBodyBytes()[#not-implemented-hide:] <TODO(toddmgreer) implement size limit> Max body size the cache filter will insert into a cache. 0 means unlimited (though the cache storage implementation may have its own limit beyond which it will reject insertions).CacheConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CacheConfig.Builder.clearTypedConfig()Config specific to the cache storage implementation.CacheConfig.Builder.clone()CacheConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CacheConfig.Builder.mergeFrom(com.google.protobuf.Message other) CacheConfig.Builder.mergeFrom(CacheConfig other) CacheConfig.Builder.mergeKeyCreatorParams(CacheConfig.KeyCreatorParams value) [#not-implemented-hide:] <TODO(toddmgreer) implement key customization> Modifies cache key creation by restricting which parts of the URL are included.CacheConfig.Builder.mergeTypedConfig(com.google.protobuf.Any value) Config specific to the cache storage implementation.final CacheConfig.BuilderCacheConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CacheConfig.BuilderCacheConfig.newBuilder()static CacheConfig.BuilderCacheConfig.newBuilder(CacheConfig prototype) CacheConfig.newBuilderForType()protected CacheConfig.BuilderCacheConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CacheConfig.Builder.removeAllowedVaryHeaders(int index) List of matching rules that defines allowed *Vary* headers.CacheConfig.Builder.setAllowedVaryHeaders(int index, StringMatcher value) List of matching rules that defines allowed *Vary* headers.CacheConfig.Builder.setAllowedVaryHeaders(int index, StringMatcher.Builder builderForValue) List of matching rules that defines allowed *Vary* headers.CacheConfig.Builder.setKeyCreatorParams(CacheConfig.KeyCreatorParams value) [#not-implemented-hide:] <TODO(toddmgreer) implement key customization> Modifies cache key creation by restricting which parts of the URL are included.CacheConfig.Builder.setKeyCreatorParams(CacheConfig.KeyCreatorParams.Builder builderForValue) [#not-implemented-hide:] <TODO(toddmgreer) implement key customization> Modifies cache key creation by restricting which parts of the URL are included.CacheConfig.Builder.setMaxBodyBytes(int value) [#not-implemented-hide:] <TODO(toddmgreer) implement size limit> Max body size the cache filter will insert into a cache. 0 means unlimited (though the cache storage implementation may have its own limit beyond which it will reject insertions).CacheConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CacheConfig.Builder.setTypedConfig(com.google.protobuf.Any value) Config specific to the cache storage implementation.CacheConfig.Builder.setTypedConfig(com.google.protobuf.Any.Builder builderForValue) Config specific to the cache storage implementation.final CacheConfig.BuilderCacheConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CacheConfig.toBuilder()