cDb |
| Member name | Value | Description |
|---|---|---|
| Disabled | 0 | |
| ClassDefinitionToClient | 1 | Class defintions are sent to client when establishing connection |
| InstancesToServerCache | 2 | Same as ClassDefinitionToClient, but also asynchronously prefetches all the instances to server's cache provided that the class is cacheable |
| InstancesToClientCache | 4 | Same as InstancesToServerCache, but also asynchronously prefetches all the instances to client's cache provided that the class is cacheable |
| LevelMask | 15 | And with this to get the level part of the prefetch level |
| PriorityMask | 240 | And with this to get the priority part of the prefetch level (greater priorities are loaded first) |