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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...