There are no cache files, and only statements with the additional cacheModel="" set will be cached. Have you configured any cacheModels? That is, you want caching, but you've temporarily disabled it?
Clinton On Wed, 12 Jan 2005 23:59:33 +0700, Dody Rachmat Wicaksono <[EMAIL PROTECTED]> wrote: > > I use ibatis v.2.0.9. > How do i delete cache files? > > > >What version are you using? > > > > > >On Wed, 12 Jan 2005 18:45:23 +0700, Dody Rachmat Wicaksono > ><[EMAIL PROTECTED]> wrote: > >> 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 > >> > >> > > > > > > = = = = = = = = = = = = = = = = = = = = > >

