Re: Cache keys...

2005-10-16 Thread Michael Campbell
Sorry, what I meant in my last mail is that I *SEE* a lot of gets, but they always return null. My logging shows the following sequence: get from cache, return null. get from db put to cache with key "X" ... time passes get from cache with key "Y" where, based on my usage, it should be using ke

Cache keys...

2005-10-16 Thread Michael Campbell
What does Ibatis use, and/or how does it construct a cache key?  I've put some logging into the cache layer, and I see all sorts of puts, but nary a get.  Not 1.  I'm wondering if there's something about my objects themselves that make them not-cacheable.-- I tend to view "truly flexible" by anothe