i use JBoss cache with JDBCCacheLoader. when trying to delete many items from the cache (to initialize it from the begining) it takes a long time and when running on JBossAS i get a timeout exception.
to delete items, i use findAll and than iterate them to remove each one. Is there a way to empty the cache in a fast way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065008#4065008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065008 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
