/** {@inheritDoc} */
 @Override
 public int getWriteFromBehindBufferSize() {
   return store != null ? store.getWriteFromBehindBufferSize() : -1;
 }