In-memory-cache (Section)#

Path: /facilities/http/cache{id}/in-memory-cache

Parameters#

NameTypeRequiredDefaultDescription
max-entriesuint32optional1024Maximum number of cache entries
max-object-sizeuint32optional1024Maximum size for each cache entry, in KiB
sharedbooleanoptionaltrueWhether 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.

Was this helpful?