summaryM:DotNetNuke.Common.Utilities.DataCache.SetCache(System.String,System.Object,System.DateTime)
Namespace: DotNetNuke.Common.UtilitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void SetCache( string CacheKey, Object objObject, DateTime AbsoluteExpiration ) |
Visual Basic |
---|
Public Shared Sub SetCache ( CacheKey As String, objObject As Object, AbsoluteExpiration As DateTime ) |
Parameters
- CacheKey
- Type: System..::..String
paramCacheKeyM:DotNetNuke.Common.Utilities.DataCache.SetCache(System.String,System.Object,System.DateTime)
- objObject
- Type: System..::..Object
paramobjObjectM:DotNetNuke.Common.Utilities.DataCache.SetCache(System.String,System.Object,System.DateTime)
- AbsoluteExpiration
- Type: System..::..DateTime
paramAbsoluteExpirationM:DotNetNuke.Common.Utilities.DataCache.SetCache(System.String,System.Object,System.DateTime)