final AnnotationData annotationData;
final String methodDescription;
try {
final Method methodToCache = getMethodToCache(pjp);
methodDescription = methodToCache.toString();
final InvalidateMultiCache annotation = methodToCache.getAnnotation(InvalidateMultiCache.class);
annotationData =
AnnotationDataBuilder.buildAnnotationData(annotation,
InvalidateMultiCache.class,
methodToCache);
if (annotationData.getKeyIndex() > -1) {