TODO:translate needed.
To permit nonexclusive access, Proud.CDbCacheServer2StartParameter.m_allowNonExclusiveAccess must be set.
When you call following methods for Accessing non-exclusive data
It will try apply to DBMS then calling back result through following methods
Once it succeed changing a data non-exclusively, changes will notice to DB cache client who loaded a data exclusively first. For notice, follwoing methods are calling back
쉽게 볼 수 있도록 각 요청과 응답관계를 묶어 보면 다음과 같습니다.
Proud.CDbCacheClient2.RequestNonExclusiveSnapshotData : Snapshot 얻어오기
Proud.CDbCacheClient2.RequestNonExclusiveAddData : 데이터 추가하기
Proud.CDbCacheClient2.RequestNonExclusiveRemoveData : 데이터 제거하기
Proud.CDbCacheClient2.RequestNonExclusiveModifyValue : 데이터에 특정한 연산을 시킵니다.(+, -, *, /)
Proud.CDbCacheClient2.RequestNonExclusiveSetValueIf : 두 값을 비교하여 저장시키도록 요청합니다.