My Application Framework

DefaultCacheStrategy.AddObject Method 

Add an object to the underlying storage

public void AddObject(
   string objId,
   object o
);

Parameters

objId
key for the object
o
object

Implements

ICacheStrategy.AddObject

See Also

DefaultCacheStrategy Class | MyAF.Cache Namespace