| CBCGPGridRow* CBCGPGridCache::GetCachedRow | ( | int | nId | ) |
Returns a cached row.
Use this function to get a cached item. If item is not in cache then this function returns NULL, you should call SetCachedRow() to add row to cache. Page cache can automatically remove non used items.
| nId | Zero-based index of a cached item. |