ICacheTable MembersNFX Class Library

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

The ICacheTable type exposes the following members.
Methods

  NameDescription
Public methodPurge
Removes all data from table
Back to Top
Properties

  NameDescription
Public propertyCache
References cache that this table is under
Public propertyCapacity
Returns how many slots/entries allocated in a table
Public propertyCount
Returns how many records are kept in a table
Public propertyLoadFactor
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
Public propertyName (Inherited from INamed.)
Public propertyOptions
Cache table options in effect
Back to Top
See Also