DictTable.cacheLookup Method

Returns the record cache level for the table.

Syntax

public RecordCacheLevel cacheLookup()

Run On

Called

Return Value

Type: RecordCacheLevel Enumeration
A RecordCacheLevel value that indicates the record cache level for the table.

Examples

The following example shows the retrieval of the cache level for a table.

DictTable dt; 
 
dt = new DictTable(tablenum(CustTable)); 
if (dt) 
{ 
    print dt.cacheLookup(); 
}

See Also

DictTable Class

DictTable.cacheSize Method

RecordCacheLevel Enumeration