By leveraging the power of .NET caching, WebCombo provides an advanced data caching mechanism to reduce server workloads. Using session scope enables a granular yet flexible degree of control over the WebCombo object. The WebCombo control itself tracks each session's cache, automatically removing the DataSource object from the cache when it’s no longer needed, and raising performance by reducing memory overhead.
Most recently, WebCombo has added a powerful new function: FileServer caching. When enabled, this option caches data at the physical location specified in the CacheServerConnection property. This removes the data cache from the ASP.NET worker process, thus opening the door to highly scalable and soundly reliable web applications.
The latest version of WebCombo features a raft of architectural enhancements that roundly increase performance and stability through better management of memory and system resources, particularly when DataCacheStorage is set to PageCache.