summaryM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GenerateCacheKey(System.Int32,System.Collections.Specialized.StringCollection,System.Collections.Specialized.StringCollection,System.Collections.Generic.SortedDictionary{System.String,System.String})

Namespace: DotNetNuke.Services.OutputCache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public virtual string GenerateCacheKey(
	int tabId,
	StringCollection includeVaryByKeys,
	StringCollection excludeVaryByKeys,
	SortedDictionary<string, string> varyBy
)
Visual Basic
Public Overridable Function GenerateCacheKey ( 
	tabId As Integer,
	includeVaryByKeys As StringCollection,
	excludeVaryByKeys As StringCollection,
	varyBy As SortedDictionary(Of String, String)
) As String

Parameters

tabId
Type: System..::..Int32
paramtabIdM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GenerateCacheKey(System.Int32,System.Collections.Specialized.StringCollection,System.Collections.Specialized.StringCollection,System.Collections.Generic.SortedDictionary{System.String,System.String})
includeVaryByKeys
Type: System.Collections.Specialized..::..StringCollection
paramincludeVaryByKeysM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GenerateCacheKey(System.Int32,System.Collections.Specialized.StringCollection,System.Collections.Specialized.StringCollection,System.Collections.Generic.SortedDictionary{System.String,System.String})
excludeVaryByKeys
Type: System.Collections.Specialized..::..StringCollection
paramexcludeVaryByKeysM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GenerateCacheKey(System.Int32,System.Collections.Specialized.StringCollection,System.Collections.Specialized.StringCollection,System.Collections.Generic.SortedDictionary{System.String,System.String})
varyBy
Type: System.Collections.Generic..::..SortedDictionary<(Of <(<'String, String>)>)>
paramvaryByM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GenerateCacheKey(System.Int32,System.Collections.Specialized.StringCollection,System.Collections.Specialized.StringCollection,System.Collections.Generic.SortedDictionary{System.String,System.String})

Return Value

returnsM:DotNetNuke.Services.OutputCache.OutputCachingProvider.GenerateCacheKey(System.Int32,System.Collections.Specialized.StringCollection,System.Collections.Specialized.StringCollection,System.Collections.Generic.SortedDictionary{System.String,System.String})

See Also