I am using both equals() and hashCode() methods but they are never being called.
I am getting following things:
sc.magistrate.data.Address cache - Miss
2005-07-21 17:01:21,017 DEBUG: Element for sc.framework.loadcache.Key@625b625b is null
2005-07-21 17:01:21,017 DEBUG: Cache miss
2005-07-21 17:01:21,027 DEBUG: object not resolved in any cache [sc.magistrate.data.Address#sc.framework.loadcache.Key@625b625b]
After this it goes to DB and try to load from there.
If anybody can provide any pointers etc.?
Thanks
|