On 7/30/2021 7:41 AM, Jae Joo wrote:
For defining Cache size, is there any difference for utilizing Cache between "size" and "maxRamMB" for Caffeinecache?
The "size" parameter directly controls the number of possible entries in the cache.
The "maxRamMB" parameter controls the number of entries indirectly -- once the max size is reached, no more entries are allowed.
Thanks, Shawn
