[jboss-dev-forums] [Design of JBossCache] - Re: JBoss Cache Public API
mircea.markus
do-not-reply at jboss.com
Fri Jun 13 09:02:49 EDT 2008
curently there are 4 life cycle methods on the cache:
create, start, stop, destroy. Although these methods have a different semantics, merging them in two (start and stop) is simpler for the user to understand and use. Also the performance gain we bring by allowing one to reuse (re-start) a cache is not that big, start is doing all the hard word compared with create (object creation).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157951#4157951
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157951
More information about the jboss-dev-forums
mailing list