You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jcs-users@jakarta.apache.org by Michael Stevens <ms...@etla.org> on 2007/02/26 17:00:45 UTC

re-configure jcs

Hi.

Is it safe to re-configure JCS multiple times?

ie if I'm calling:

 CompositeCacheManager ccm =
 CompositeCacheManager.getUnconfiguredInstance(); Properties props =
 new Properties(); props.load(/* load properties from some location
 defined by your app */); ccm.configure(props);

as given in the FAQ, can I then call it again later if I want to
change the config?

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: jcs-users-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jcs-users-help@jakarta.apache.org