Gateway Tag for Quanrantine

If that’s the case, it seems getCachedRowCount may have been misnamed or misdirected. Including memory buffer row count, it would seem there should be three functions, probably in roughly this order of importance:
1 - getQuarantinedRowCount
2 - getCachedRowCount
3 - getMemoryBufferRowCount
[attachment=0]Message 2014.05.01 114059.bmp.jpg[/attachment]
To make it really clear what’s what, those three functions above could be named something like:
1 - getLocalCacheQuarantinedCount
2 - getLocalCachePendingCount
3 - getMemoryBufferPendingCount
Functions to get maximum row counts for each of those would be handy too.