[Opensymphony-oscache] Can I use two GeneralCacheAdministrator instance in a JVM?

artimus <[email protected]> Mon, 06 Jun 2005 01:14:04 CDT
Newsgroups gmane.comp.java.open-symphony.os-cache
Message-ID <9189513.1118038474514.JavaMail.os-j2ee@opensymphony01.contegix.com>
Now, in my program, I want to use LRUCache  and UnlimitedCache in a JVM.
So can I construct Two instance of GeneralCacheAdministrator, for example:
lru_admin= new GeneralCacheAdministrator(LRU_properties);
unlimited_admin= new GeneralCacheAdministrator(Unlimited_properties);

Or, I have to put this two cache in different JVM?

---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=3011&messageID=8006#8006