vote up 1 vote down star

Hi, I'm migrating a Hibernate application's cache from EHCache to JBoss TreeCache. I'm trying to find how to configure the equivalent to maxElementsOnDisk to limit the cache size on disk, but I couldn't find anything similar to configure in a FileCacheLoader with passivation activated.

Thanks

flag

80% accept rate

2 Answers

vote up 2 vote down

This page seems to imply that the correct configuration element is:

<attribute name="MaxCapacity">20000</attribute>

However, I've only ever used EHCache myself.

link|flag
Thanks, but this parameter is not accepted anymore in the JBossCache version I'm working with (1.4.1) – Guillermo Vasconcelos Sep 19 '08 at 12:34
vote up 0 vote down check

In the version I am working on (JBossCache 1.4.1), it looks like it is not possible to configure this parameter.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.