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 key "X" for the same
object it just put.

--
I tend to view "truly flexible" by another term: "Make everything
equally hard". -- DHH

Reply via email to