You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Returns an output cache profile for the asked <see cref="cacheProfileName" />.
50
+
/// </summary>
51
+
/// <param name="cacheProfileName">Name of the cache profile.</param>
52
+
/// <returns>
53
+
/// A <see cref="OutputCacheProfile" /> instance.
54
+
/// </returns>
55
+
/// <exception cref="System.Security.SecurityException">MvcDonutCaching does not have permission to read web.config section 'OutputCacheSettingsSection'.</exception>
0 commit comments