cachingKeys property

List<String>? cachingKeys
final

The caching keys for a resolver that has caching enabled.

Valid values are entries from the $context.arguments, $context.source, and $context.identity maps.

Implementation

final List<String>? cachingKeys;