hi all,
i am using the jboss treecache, and i am not seeing any performance improvement in it. but i am wondering that if i need to use something like treeCacheAOP because everything i am dealing with is java objects. if atall i need to use that how can i use that. and one more quick question i seen in many posts when they put in debug mode they see something like DEBUG [TreeCache] _put(null, "//net ... but i never seen like this even after doing s.save(..) . but my debug mode shows something like this
DEBUG TransactionalCache:28 - cache lookup: xxxxxxxx
DEBUG TransactionalCache:31 - cache hit
DEBUG TransactionalCache:28 - cache lookup: xxxxxxxx
DEBUG TransactionalCache:31 - cache miss
thanks a lot if someone can reply my question.
-praveen
|