asp.net - Cache and outputcache -


what difference between property cache , outputcache directive?

cache can put data - stuff coming database, or result of expensive calculation, example. in cache should available users.

outputcache caches html - entire page, or output user control.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -