Execute.cache constructor

Execute.cache(
  1. int id
)

Implementation

factory Execute.cache(int id) => Execute(id: id, useCache: true);