clsObjectCache..::..setObjectInCache Method
Sets the object in cache.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static bool setObjectInCache( string itemID, string itemValue, cacheObjectType itemType, deUserSession oUserSession, int cacheDurationInSeconds )
Public Shared Function setObjectInCache ( _ itemID As String, _ itemValue As String, _ itemType As cacheObjectType, _ oUserSession As deUserSession, _ cacheDurationInSeconds As Integer _ ) As Boolean
public: static bool^ setObjectInCache( String^ itemID, String^ itemValue, cacheObjectType^ itemType, deUserSession^ oUserSession, int^ cacheDurationInSeconds )
Parameters
- itemID
- Type: String
The item identifier.
- itemValue
- Type: String
The item value.
- itemType
- Type: FlowWright.cDevDeAPI..::..cacheObjectType
Type of the item.
- oUserSession
- Type: deUserSession
The o user session.
- cacheDurationInSeconds
- Type: Int32
The cache duration in seconds.