ignoreParams property

bool ignoreParams
final

If true (default: false), then result caching will discard parameters passed to service methods.

If you want to return a cached result more-often-than-not, you may want to enable this.

Implementation

final bool ignoreParams;