获取本地缓存值,这是一个默认实现,对于 List、Map 集合,其相应的 Obs 会覆写此方法
@protected T? initLocalValue() { return storage.getItem<T>(cacheKey!); }