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 m | Capacity of the cached bytes of file content |
Usages
server.features. static- content. classpath. memory- cache server.features. static- content. memory- cache server.features. static- content. path. memory- cache
See the manifest for all available types.