This is my code:
@PutMapping(value = "library/books/{id}") @CachePut(value = "books", key = "#title") public Book updat