tags:

views:

21

answers:

0

I put a LinkedList into an aspectized Jboss Cache region. I added 10K plain java object in that list but when I remove a object from the list, it spends too much time because of aopclassproxy methods. Any idea on solve?

Note that only collection that implements List, Map and Set are aspectized by Jboss Cache API