Cache.AddObject(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void AddObject(System::Object ^ userKey, System::Object ^ cacheObject);
public void AddObject (object userKey, object cacheObject);
member this.AddObject : obj * obj -> unit
Public Sub AddObject (userKey As Object, cacheObject As Object)
Parameters
- userKey
- Object
- cacheObject
- Object