With a read/write cache that is NOT serializable, it sort of eliminates any
benefit of caching. This was a little confusing in iBATIS 2... but the only
settings that really make sense together are:
readOnly="true" serializable="false"
readOnly="false" serializable="true"
The first one is the def
I am still seeing SQL for statements that should be cached when I turn
logging on. Is that normal? And if so how do I know the cache is working?
My cache configuration:
serialize="false">
--
Thanks,
Warren Bell
---