Example #1
0
 /**
  * Returns if this scanner was configured to cache data blocks or not.
  *
  * @return true if this scanner will cache blocks, else else.
  */
 public boolean getCacheBlocks() {
   return asyncScanner.getCacheBlocks();
 }