cacheOptions property

CacheOptions? cacheOptions
final

单次请求缓存选项

需要配合 CachePlugin 使用。 若设置,会在当前请求上覆盖全局缓存策略。

Implementation

final CacheOptions? cacheOptions;