summaryM:DotNetNuke.UI.Utilities.DataCache.SetCache(System.String,System.Object,System.Int32)
Namespace: DotNetNuke.UI.UtilitiesAssembly: DotNetNuke.WebUtility (in DotNetNuke.WebUtility.dll)
Syntax
C# |
---|
public static void SetCache( string CacheKey, Object objObject, int SlidingExpiration ) |
Visual Basic |
---|
Public Shared Sub SetCache ( CacheKey As String, objObject As Object, SlidingExpiration As Integer ) |
Parameters
- CacheKey
- Type: System..::..String
paramCacheKeyM:DotNetNuke.UI.Utilities.DataCache.SetCache(System.String,System.Object,System.Int32)
- objObject
- Type: System..::..Object
paramobjObjectM:DotNetNuke.UI.Utilities.DataCache.SetCache(System.String,System.Object,System.Int32)
- SlidingExpiration
- Type: System..::..Int32
paramSlidingExpirationM:DotNetNuke.UI.Utilities.DataCache.SetCache(System.String,System.Object,System.Int32)