keeper icon indicating copy to clipboard operation
keeper copied to clipboard

使用Map缓存出现类转换异常

Open hellodeveye opened this issue 6 years ago • 0 comments

@Override
public <T> T get(K key, Class<T> type) {
   return (T) cache.get(key);
 }

hellodeveye avatar Aug 01 '19 12:08 hellodeveye