Hi,
How can I tell if my Query Cache is working.
I set up the second level cache, and am caching my domain objects just fine.
I can tell by the log files that the objects are getting written to and retrieved from the second level cache.
When I try to cache the results of my query using SetCacheable(true)
I don't see anything special in the log file.
I did not use SetCacheRegion since I never want to expire the results.
Is that a problem?
Would there be some special messages in the log file indicating that a query result is stored in the second level cahce?
Thanks,
-Mark
|