vote up 1 vote down star

Is there a way to disable ehache externally using a property file? CacheManager.shutdown() doesnt seem to work? Actually we have 2 app with the same source code i require ehcache in one and not the other. one where i dont need cache is a webapp! Unable to figure to out yet how to go about this?

flag

38% accept rate
This may be better asked at serverfault.com (the StackOverflow sister site). – Jim Ferrans Jul 7 at 12:36
will try there as well thanks – hakish Jul 7 at 13:29

1 Answer

vote up 2 vote down

There is a system property you can use for this:

net.sf.ehcache.disabled=true
link|flag

Your Answer

Get an OpenID
or

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