CachePlugin constructor

CachePlugin({
  1. required CacheOptions options,
})

Implementation

CachePlugin({
  required this.options,
});