[This is preliminary documentation and is subject to change.]
The ICacheTable type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Purge |
Removes all data from table
|
Properties
Name | Description | |
---|---|---|
![]() | Cache |
References cache that this table is under
|
![]() | Capacity |
Returns how many slots/entries allocated in a table
|
![]() | Count |
Returns how many records are kept in a table
|
![]() | LoadFactor |
Returns the percentage of occupied table slots.
When this number exceeds high-water-mark threshold the table is grown,
otheriwse if the number falls below the low-water-mark level then the table is shrunk
|
![]() | Name | (Inherited from INamed.) |
![]() | Options |
Cache table options in effect
|
See Also