I have set the kbmMWUNIDACConnectionPool properties as this on the Server-side:
kbmMWUNIDACConnectionPool1.EnableCache := True;
kbmMWUNIDACConnectionPool1.MaxCacheAge := 30;
kbmMWUNIDACConnectionPool1.MaxCacheEntries := 100;
kbmMWUNIDACConnectionPool1.MaxCacheRecordCount := 10000;
But,I find the cache functions is not effectively,Please look the Unidac Monitor screenshot:
It's the same query statement,but the server-side ask the database everytime!Why? In a word: How to use the cache functions correctly ? Thanks in advance! :)
You need to enable that the query statement should be cached (Cached property of the xxxquery component) and how it should be cached, (CacheFlags on the same component).
CacheFlags can be