[This is preliminary documentation and is subject to change.]
Denotes statuses of cache table Put
Namespace: NFX.ApplicationModel.PileAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Collision | 0 | The item could not be put because it collides with existing data that can not be overwritten because it has higher priority and there is no extra space | |
Inserted | 1 | The item was inserted into cache table anew | |
Replaced | 2 | The item replaced an existing item with the same key | |
Overwritten | 3 | The item was inserted instead of an existing item with lower or equal priority |
See Also