CacheConfig.Builder |
CacheConfig.Builder.addAllAllowedVaryHeaders(Iterable<? extends StringMatcher> values) |
List of matching rules that defines allowed ``Vary`` headers.
|
CacheConfig.Builder |
CacheConfig.Builder.addAllowedVaryHeaders(int index,
StringMatcher value) |
List of matching rules that defines allowed ``Vary`` headers.
|
CacheConfig.Builder |
CacheConfig.Builder.addAllowedVaryHeaders(int index,
StringMatcher.Builder builderForValue) |
List of matching rules that defines allowed ``Vary`` headers.
|
CacheConfig.Builder |
CacheConfig.Builder.addAllowedVaryHeaders(StringMatcher value) |
List of matching rules that defines allowed ``Vary`` headers.
|
CacheConfig.Builder |
CacheConfig.Builder.addAllowedVaryHeaders(StringMatcher.Builder builderForValue) |
List of matching rules that defines allowed ``Vary`` headers.
|
CacheConfig.Builder |
CacheConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CacheConfig.Builder |
CacheConfig.Builder.clear() |
|
CacheConfig.Builder |
CacheConfig.Builder.clearAllowedVaryHeaders() |
List of matching rules that defines allowed ``Vary`` headers.
|
CacheConfig.Builder |
CacheConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
CacheConfig.Builder |
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 |
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 |
CacheConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
CacheConfig.Builder |
CacheConfig.Builder.clearTypedConfig() |
Config specific to the cache storage implementation.
|
CacheConfig.Builder |
CacheConfig.Builder.clone() |
|
CacheConfig.Builder |
CacheConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CacheConfig.Builder |
CacheConfig.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CacheConfig.Builder |
CacheConfig.Builder.mergeFrom(CacheConfig other) |
|
CacheConfig.Builder |
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 |
CacheConfig.Builder.mergeTypedConfig(com.google.protobuf.Any value) |
Config specific to the cache storage implementation.
|
CacheConfig.Builder |
CacheConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static CacheConfig.Builder |
CacheConfig.newBuilder() |
|
static CacheConfig.Builder |
CacheConfig.newBuilder(CacheConfig prototype) |
|
CacheConfig.Builder |
CacheConfig.newBuilderForType() |
|
protected CacheConfig.Builder |
CacheConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
CacheConfig.Builder |
CacheConfig.Builder.removeAllowedVaryHeaders(int index) |
List of matching rules that defines allowed ``Vary`` headers.
|
CacheConfig.Builder |
CacheConfig.Builder.setAllowedVaryHeaders(int index,
StringMatcher value) |
List of matching rules that defines allowed ``Vary`` headers.
|
CacheConfig.Builder |
CacheConfig.Builder.setAllowedVaryHeaders(int index,
StringMatcher.Builder builderForValue) |
List of matching rules that defines allowed ``Vary`` headers.
|
CacheConfig.Builder |
CacheConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
CacheConfig.Builder |
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 |
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 |
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 |
CacheConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
CacheConfig.Builder |
CacheConfig.Builder.setTypedConfig(com.google.protobuf.Any value) |
Config specific to the cache storage implementation.
|
CacheConfig.Builder |
CacheConfig.Builder.setTypedConfig(com.google.protobuf.Any.Builder builderForValue) |
Config specific to the cache storage implementation.
|
CacheConfig.Builder |
CacheConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
CacheConfig.Builder |
CacheConfig.toBuilder() |
|