posted 11 years ago
Hi All,
i was trying to use ehcache in one my applications and wanted to know how to find out the actual size of cache required(in MB)?
<cache name="Employee"
maxElementsInMemory="500"
eternal="true"
timeToIdleSeconds="0"
timeToLiveSeconds="0"
overflowToDisk="false"
/>