Home

envoy.extensions.http.cache.file_system_http_cache.v3.FileSystemHttpCacheConfig

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.http.cache.file_system_http_cache.v3.FileSystemHttpCacheConfig
.withCachePath('string')
.withCacheSubdivisions(1)
.withManagerConfig(types.envoy.extensions.common.async_files.v3.AsyncFileManagerConfig)
.withMaxCacheEntryCount(1)
.withMaxCacheEntrySizeBytes(1)
.withMaxCacheSizeBytes(1)
._validate()

Fields

Name Type One-of group Required Constraints
cache_path string   {"String_":{"WellKnown":null,"min_len":1}}
cache_subdivisions uint32  
manager_config envoy.extensions.common.async_files.v3.AsyncFileManagerConfig yes 
max_cache_entry_count google.protobuf.UInt64Value  
max_cache_entry_size_bytes google.protobuf.UInt64Value  
max_cache_size_bytes google.protobuf.UInt64Value