Method Summary |
|
void | disableDiagnostics() Disable diagnostic monitoring of the tile cache. |
void | enableDiagnostics() Enable diagnostic monitoring of the tile cache. |
long | getCacheHitCount() Returns the number of times this tile was requested when
it was in the tile cache. |
long | getCacheMemoryUsed() Returns the total memory used in a particular cache. |
long | getCacheMissCount() Returns the number of times this tile was requested when
it was not in the tile cache. |
long | getCacheTileCount() Returns the total number of tiles in a particular cache. |
void | resetCounts() Resets the hit and miss counts to zero. |