LoadingCache的value如果是null的话,get()时会guava会抛异常,感觉可以用Optional对缓存的数据做包装StudentGuavaCache extends SuperBaseGuavaCache<Long,Optional<Student>>