io.helidon.webserver.staticcontent.MemoryCache
Description
Configuration of memory cache for static content
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
enabled | Boolean | true | Whether the cache is enabled, defaults to true |
capacity | Size | 50 mB | Capacity of the cached bytes of file content |
Usages
server.features.static-content.classpath.memory-cacheserver.features.static-content.memory-cacheserver.features.static-content.path.memory-cache
See the manifest for all available types.