My Application Framework

DefaultCacheStrategy.RetrieveObject Method 

Retrieve an object from the underlying storage

public object RetrieveObject(
   string objId
);

Parameters

objId
key for the object

Return Value

object

Implements

ICacheStrategy.RetrieveObject

See Also

DefaultCacheStrategy Class | MyAF.Cache Namespace