cacheKey property
String
get
cacheKey
Unique key for caching purposes. Combines scope, action, and resource.
Implementation
String get cacheKey => '${scope.name}:$action:$resource';
Unique key for caching purposes. Combines scope, action, and resource.
String get cacheKey => '${scope.name}:$action:$resource';