Hi All,
I am adding 1 lakh entries to my cache and i see that putQuiet is taking huge time for the same which was not the case in earlier ehcache versions.
I am using ehcache 2.10.9.2 version currently.
My xml config as below:-
<ehcache>
<defaultCache
maxElementsInMemory="500"
eternal="false"
overflowToDisk="true"
timeToIdleSeconds="0"
timeToLiveSeconds="0"
/>
</ehcache>
Any help here is appreciated.
Thanks,
Vinay Bharadwaj