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

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -