c# - Asp .NET MVC OutputCache stored in SQL db -


how can configure outputcache in asp .net mvc 2 (with .net 3.5) cached data stored in sql database?

this achieved in asp.net 4.0 can write custom cache provider. quote same blog post:

one limitation of output caching asp.net v1->v3.5, though, cache store not extensible – , cached content has stored in-memory.

time upgrade :-)


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#? -