I wanted to calculate the current in-memory size occupied by SDWebImage (Not the max size of SDWebImage). During the application usage i need to track the current RAM allocation by SDWebImage cached objects.
Basically i wanted to calculate the size of all images (present at that time) in NSCache object.
How can i do this ?
Thanks.