keeper
keeper copied to clipboard
使用Map缓存出现类转换异常
@Override
public <T> T get(K key, Class<T> type) {
return (T) cache.get(key);
}