Re: Problems with Cache
Wow - I have no idea how this got posted again. This has already been discussed - sorry for the list trash. JB
Problems with Cache
I found an unusual problem today related to iBatis caching. I have a mapped select statement that takes one parameter, a string. I'm not using a parameter map, just passing the string in directly on a queryForList() call. I was using the LRU cache on that statement. I found that the statement w

