Data Caching Mechanism

Data Caching Highlight

Improved data caching for better performance

By leveraging the power of .NET caching, WebGrid provides an advanced data caching mechanism to reduce server workloads. The cache uses session scope, enabling a more detailed and flexible degree of control over the WebGrid object. The WebGrid control itself tracks each session's cache, automatically removing the DataSource object from the cache when it is no longer needed, thus boosting performance by reducing memory overhead.

Advanced caching options

Most recently, WebGrid has added a powerful new functionality, 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, enabling you to create more scalable and reliable web applications.

Previous Next