CacheRec Priority Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns an integer value that dictates item priority relative to other items in the same table. Priorities play a role during cache collision as an item with higher priority is not going to be replaced by an item with lower priority

Namespace: NFX.DataAccess.Cache
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int Priority { get; }

Property Value

Type: OnlineInt32
See Also