|
FireSync API
|
| kStatus kPageCache_AccessPage | ( | kPageCache | cache, |
| kSize | pageIndex, | ||
| kPageCacheItem * | page | ||
| ) |
Finds the cache page associated with the specified page index (if present) and updates LRU information for the page.
| cache | kPageCache object. |
| pageIndex | Page index. |
| page | Receives a reference to a page cache entry, if found. |