Property IsFull
IsFull
Returns true if the cache is full, such that the next Put(FacetLabel, Int32) will evict entries from it, false otherwise.
Declaration
bool IsFull { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Returns true if the cache is full, such that the next Put(FacetLabel, Int32) will evict entries from it, false otherwise.
bool IsFull { get; }
Type | Description |
---|---|
System.Boolean |