Right, XStream is probably not the best in the general case, but it worked in out case. Let me know if you need a more "formalized" JUnit like test case.
import java.util.*;
import...
Type: Posts; User: danielh; Keyword(s):
Right, XStream is probably not the best in the general case, but it worked in out case. Let me know if you need a more "formalized" JUnit like test case.
import java.util.*;
import...
Great initiative. We have used SM caching for a while now and have done a bunch of adaptations for it. People including me have written previously here about the hash collision issues. Here is an...
Snippet from org.springmodules.cache.interceptor.caching.AbstractCachingInterceptor
public final Object invoke(MethodInvocation mi) throws Throwable {
Method method =...
Yes I just noticed this too. Pretty scary. I am looking into replacing HashCodeCacheKeyGenerator with my own implementation.