patterns property

List<Pattern> patterns
final

A set of Patterns for which responses will be cached.

For example, you can pass a Glob matching **/*.png files to catch all PNG images.

Implementation

final List<Pattern> patterns = [];