From: genman <do-...@jb...> - 2006-06-16 17:20:09
|
I would keep them as separate APIs. Having both seems like it would add lots of methods that you shouldn't be accessing directly. Something like this would be interesting: | TreeCache cacheInstance = ...; | PojoCache cache = PojoCacheFactory.getInstance(pojoConfig, cacheInstance); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951358#3951358 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951358 |