Метод | Описание | |
---|---|---|
Clear ( ) : void |
Flushes the complete contents of the cache.
|
|
GetResultPart ( int resultId, int rowIndex, int rowCount, int colCount, int totalRowCount ) : |
Requests a block of parts. If the block can be completely retrieved from the cache then it is done so. Otherwise, it forwards the request for the rows onto the connection object. |
|
LocalRowCache ( |
public GetResultPart ( int resultId, int rowIndex, int rowCount, int colCount, int totalRowCount ) : |
||
resultId | int | |
rowIndex | int | |
rowCount | int | |
colCount | int | |
totalRowCount | int | |
Результат |
public LocalRowCache ( |
||
connection | ||
Результат | System |