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! :)