Intersoft WebCombo Documentation
Cache
See Also Send comments on this topic.
Intersoft WebCombo > Learning More > Working with Designer > Cache

Glossary Item Box

WebCombo.NET control includes automatic data caching feature to help reducing database workload. When enabled, a copy of datasource per user session will be stored in cache. As long as the cache is still valid and active, WebCombo will use the cached data for all data-aware functions, including during AJAX callback and full page postback.

See Also