// This is injected caching. If anything goes wrong in the caching, LOG the crap outta it,
// but do not let it surface up past the AOP injection itself.
try {
final Method methodToCache = getMethodToCache(pjp);
final InvalidateAssignCache annotation = methodToCache.getAnnotation(InvalidateAssignCache.class);
final AnnotationData annotationData =
AnnotationDataBuilder.buildAnnotationData(annotation,
InvalidateAssignCache.class,
methodToCache);