CachePrePopulate constructor

CachePrePopulate({
  1. List<String>? excludePathList,
  2. List<String>? pathList,
  3. bool? recursion,
})

Implementation

CachePrePopulate({this.excludePathList, this.pathList, this.recursion});