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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -