The <NuGridCellCache> protocol is used to work with table cell cache.
NuGridCellCache
dequeueReusableCellWithID:. Requests a cell from cache by specified identifier.
- (NuGridCell *) dequeueReusableCellWithID: (NSString *) ID
ID. Identifier, by which a cell is searched in table cache.
The example of use is given in the Creating a Table with Expanders section.
See also:
Protocols