java - Hibernate - maxElementsOnDisk from EHCache to TreeCache -
i'm migrating hibernate application's cache ehcache jboss treecache. i'm trying find how configure equivalent maxelementsondisk limit cache size on disk, couldn't find similar configure in filecacheloader passivation activated.
thanks
this page seems imply correct configuration element is:
<attribute name="maxcapacity">20000</attribute>
however, i've ever used ehcache myself.
Comments
Post a Comment