cacheprofile

    2熱度

    1回答

    從一個地方配置aspx頁面的OutputCache,有一個偉大的工具,這是<%@的OutputCache%>與自定義緩存配置文件相關的CacheProfile屬性 <caching> <outputCacheSettings> <outputCacheProfiles> <add name="myProfile" duration="300" />

    0熱度

    1回答

    在aspx文件中,您可以將CacheProfile設置爲Web.Config中定義的特定配置文件。你如何在HttpHandler中做到這一點? 我知道你可以使用緩存,但你可以使用緩存配置文件從Web.Config?

    0熱度

    1回答

    我在閱讀MSDN文檔中的this article時遇到了這個問題。實際上,我是緩存的新手,我讀到的第一篇關於緩存的文章之一。你能簡單地解釋我嗎?