noCache property

CacheConfig noCache
getter/setter pair

不使用缓存

Implementation

static CacheConfig noCache = CacheConfig(
  forceRefresh: true,
  useCacheWhenOffline: false,
);