You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-cs@ibatis.apache.org by Bill Sorensen <bs...@idtdna.com> on 2007/01/02 15:58:26 UTC

Re: Cache not working

Ron Grabowski [rongrabowski@yahoo.com] wrote:
 
> Is your ISqlMapper instance configured with caching enabled?
 
Yes.
 
> Do you want specific cache implementation logging (i.e.
> things relating to how the LruCacheController is working)
> or more general statements like "this statement call
> with this paramter caused a cache miss"?
 
I would think a general cache miss/hit would be most useful.
 
> If you're looking at Gentle.Net I'm assuming you've
> looked at ActiveRecord from the Castle Project?
 
Actually I hadn't until you mentioned it.  It's built on
NHibernate, though, and we've already looked at the latter
in depth.
 
Thank you!
Bill Sorensen