In-memory-cache (Section)#
Path: /facilities/http/cache{id}/in-memory-cache
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| max-entries | uint32 | optional | 1024 | Maximum number of cache entries |
| max-object-size | uint32 | optional | 1024 | Maximum size for each cache entry, in KiB |
| shared | boolean | optional | true | Whether the cache is shared between users. If a Cache-Control response header has the ‘private’ directive, the client will only use the cache if this setting is set to false. In such case, care must be taken to only use the cache for HTTP Clients that use the same user credentials or API key. |