Hi, an object takes 200 bytes on heap and cache has such 50 million objects stored in it.
Is it ok to calculate cache size as follows? Cache size in bytes = object size * no of objects Cache size in bytes = 200 * 50 million Thanks, Prasad
Hi, an object takes 200 bytes on heap and cache has such 50 million objects stored in it.
Is it ok to calculate cache size as follows? Cache size in bytes = object size * no of objects Cache size in bytes = 200 * 50 million Thanks, Prasad