Open GoogleCodeExporter opened 9 years ago
Hello,
I think this is an issue with key generator of type
while we are passing property of 'checkforCycles' its not able to pass it to
any any method parameters , as a result its failing to cache my method
I went through the java files and found like inside
AbstractDeepCacheKeyGenerator we are manupilating with property useReflection
and all apart from checkforCycles,
code snippet as below:
public AbstractDeepCacheKeyGenerator(boolean includeMethod, boolean includeParameterTypes) {
super(includeMethod, includeParameterTypes);
}
finally I removed that unused property and its work fine now.
So if u can suggest its the right one step or not, it will be great.
also please let me know for the property checkforCycles why its failing?
Thanks,
Jayaram
Original comment by jayarami...@gmail.com
on 30 Oct 2011 at 9:59
Original issue reported on code.google.com by
jayarami...@gmail.com
on 28 Oct 2011 at 6:55