You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Dody Rachmat Wicaksono <do...@heavyarms.net> on 2005/01/12 12:45:23 UTC

how to disable cache?

I tried using this in sql-map-config.xml, but it seem i still getting cached result. Thanks.

<settings
cacheModelsEnabled="false"
enhancementEnabled="true"
lazyLoadingEnabled="true"
maxRequests="32"
maxSessions="10"
maxTransactions="5"
useStatementNamespaces="false"
/>


Dody