- MemoryCache (webserver.staticcontent) Configuration
Configuration options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
capacity | Size | 50 mB | Capacity of the cached bytes of file content. If set to The capacity must be less than java.lang.Long.MAX_VALUE bytes, though you must be careful still, as it must fit into the heap size. |
enabled | boolean | true | Whether the cache is enabled, defaults to |