CacheUpdate: {
    clear?: boolean;
    invalidate?: CacheUpdateInvalidate[];
    remove?: CacheUpdateRemove[];
    update?: CacheUpdateUpdate<unknown>[];
}

Collection of updates to make to the cache when a request completes.

Type declaration