My Application Framework

Cache.RetrieveObject Method 

Retrieve the cached object using its hierarchical location

public virtual object RetrieveObject(
   string xpath
);

Parameters

xpath
hierarchical location of the object in xml document

Return Value

cached object

See Also

Cache Class | MyAF.Cache Namespace