set(int index, dynamic item) { var list = _cache.toList(); list[index] = item; _cache.value = list; }