Commit 9851a4c
committed
refactor(DataBase): 重构缓存状态接口和删除标记
将 ISafeDelete 和 ISafeUpdate 接口替换为 ISafeDeletedFilter 和 ISafeUpdateFilter
修改 BaseCacheState 中 IsDeleted 属性为可空布尔类型1 parent fe368b9 commit 9851a4c
File tree
4 files changed
+4
-100
lines changed- GameFrameX.DataBase
- Abstractions
4 files changed
+4
-100
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments