2020-11-06 01:05 AM
Hi @Martin KJELDSEN :
I want to know how many live images are cached.I found two pointer variables.
But I couldn't get any useful information.
Thank you!
Solved! Go to Solution.
2020-11-06 04:40 AM
We track the number internally, but it's not public - It could be. You could just track it yourself, every time you cache something, increase some counter, and decrease on remove. That's what we do internally. And you already know the total amount the cache can hold because you specified that yourself.
2020-11-06 04:40 AM
We track the number internally, but it's not public - It could be. You could just track it yourself, every time you cache something, increase some counter, and decrease on remove. That's what we do internally. And you already know the total amount the cache can hold because you specified that yourself.
2020-11-07 12:22 AM
Thanks
2020-11-09 12:15 AM
Welcome! I'll see if maybe we can expose that counter - Appears to be relevant for some.