Max size or total number of items in a cache

Hi,

From the below forum link , I have found the max size of a cache would be 200 MB.

https://community.apigee.com/questions/1636/what-is-the-max-cache-size-and-what-is-the-max-val.html

As well the below link states that a cache can hold 2.5 million items but marked as 'planned'.

https://docs.apigee.com/api-platform/reference/limits

Please let me know the max size or total no of items does a cache hold as of now.

As well if the total no of items are not 2.5 million as of now ,when could that be implemented ?

0 1 780
1 REPLY 1

The total amount of memory that is usable for caching. The system will not allow the user to configure a cache if the size of all the existing caches together exceeds this amount

totalCacheMemorySizeKB=200056

The maximum size of a single cache entry that is allowed to be held in memory

maxCacheMessageSizeKB=256

Each environment creates and operates on a cache. Each of these caches are created using the below cache configuration

maxElementsInMemory=1024

maxElementsOnDisk=1048576

In the case of fully occupied memory cache, it overflows to the disk and uses a more increased limit.