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