A complex type that contains information about the objects that you want to invalidate.
5253545556575859606162
paths.add("/" + key); } } if (!paths.isEmpty()) { batch.setPaths(new Paths().withItems(paths)); invalidationRequest.withInvalidationBatch(batch); getService().createInvalidation(invalidationRequest); } else {
5051525354555657585960