5556575859606162636465
* @param method * @return */ public static CacheInfo getCacheInfoForGET(Method method) { GET get = method.getAnnotation(GET.class); if (get != null) { return CacheInfo.parseCacheInfo(get); }