My Application Framework
ICacheStrategy.AddObject Method
Add an object to the cache
void
AddObject(
string
objId
,
object
o
);
Parameters
objId
o
See Also
ICacheStrategy Interface
|
MyAF.Cache Namespace