public void rollback(String transactionId) {
   bookCacheManager.rollback(transactionId);
 }