My Application Framework

DefaultCacheStrategy.RemoveObject Method 

Remove an object from the underlying storage

public void RemoveObject(
   string objId
);

Parameters

objId
key for the object

Implements

ICacheStrategy.RemoveObject

See Also

DefaultCacheStrategy Class | MyAF.Cache Namespace