[jboss-user] [JBossCache] - Re: CacheLoaderInterceptor behavior
genman
do-not-reply at jboss.com
Thu Jan 17 19:03:49 EST 2008
Take a look at the AsyncCacheLoader. I implemented a configuration key that changed the default behavior of the "put" and "remove" operations.
If you can come up with a decent patch, create a JIRA issue, attach the patch and link the issue to this forum URL. You may also be asked to provide some documentation.
Probably "put(k,v)" and "remove" should lose their return value, and if the value is of interest, a user can use "get(k)" anyway.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121141#4121141
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121141
More information about the jboss-user
mailing list