DB Cache usage and application
How to load proprietary data and add new data
Proud::Guid outSessetionGuid;
Proud::CDbCacheClient2* c = ...;
c->RequestExclusiveLoadData(L"Gamer",L"GamerID",gamername,outSessetionGuid);CPropNodePtr newNode = CPropNodePtr(new CPropNode(L"Gamer"));
newNode->Fields[L"GamerID"] = "Ulelio";
Proud::Guid outSessetionGuid;
Proud::CDbCacheClient2* c = ...;
c->RequestExclusiveLoadNewData(L"Gamer", newNode, outSessetionGuid);Making unilateral data changes
Use of request-responsive and blocked methods that are reflected in DBMS first
Calling methods
Result callback
Request-responsive SessionGuid
Non-proprietary data access methods
Calling methods
Result callback
Precautions for using DB cache
Usage
Utilization of DB CacheLast updated