updateCache method

void updateCache(
  1. dynamic data
)

Implementation

void updateCache(data) {
  final cache = this.cache;
  copyArray(cache, data);
}