我正在維護一個asp.net應用程序,我發現前面的開發人員像會話一樣實現了數據緩存,這意味着他們將數據存儲在緩存中會議這樣 Public Function GetDataCache(ByVal dataCacheKey As String) As Object
dataCacheKey = dataCacheKey & Convert.ToString(LoginSessionDO.Us
也許這個問題應該很容易,但事實並非如此。我已閱讀Problem Using the System.Web.Caching.Cache Class in ASP.NET。 我有一個單例類: private System.Web.Caching.Cache _cache;
private static CacheModel _instance = null;
private CacheModel
當試圖在局部視圖上設置不同的OutputCache屬性時,我發現PartialView緩存正在使用父級輸出緩存持續時間。用下面的代碼我希望的RenderPartial將導致較短的OutputCache持續時間,但是我發現,這是相同的父視圖(10秒) public class HomeController : Controller
{
[OutputCache(Duration=10,