My Application Framework
Cache.AddObject Method
Add the object to the underlying storage and Xml mapping document
public virtual
void
AddObject(
string
xpath
,
object
o
);
Parameters
xpath
the hierarchical location of the object in Xml document
o
the object to be cached
See Also
Cache Class
|
MyAF.Cache Namespace