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 Tom Stroobants <To...@persgroep.be> on 2006/11/24 15:24:56 UTC

IBATIS caching enabled by default ?

 

I found this post on the internet ...

 

http://opensource.atlassian.com/confluence/oss/pages/viewpage.action?pag
eId=3304

 

 

Is this still the case ?

 

Best regards,

 

Tom.


Re: IBATIS caching enabled by default ?

Posted by Larry Meadors <lm...@apache.org>.
Doesn't look like it:

===
        String cacheModelsEnabledAttr =
attributes.getProperty("cacheModelsEnabled");
        boolean cacheModelsEnabled = (cacheModelsEnabledAttr == null
|| "true".equals(cacheModelsEnabledAttr));
        vars.client.getDelegate().setCacheModelsEnabled(cacheModelsEnabled);
===

Looks like null == true - I fixed that post, too.

Larry


On 11/24/06, Tom Stroobants <To...@persgroep.be> wrote:
>
> I found this post on the internet …
>
> http://opensource.atlassian.com/confluence/oss/pages/viewpage.action?pageId=3304
>
> Is this still the case ?
>