default:
break;
}
}
if (cachedAnno != null) {
switch (cachedAnno.action()) {
case GET:
String getMeId = (String) args[1];
if (cache.contains(appid, getMeId)) {
result = cache.get(appid, getMeId);
logger.debug("{}: Cache hit: {}->{}", cn, appid, getMeId);