menu
graphql_data_loader2 package
documentation
graphql_data_loader2.dart
DataLoader<Id, Data>
cache property
cache property
dark_mode
light_mode
cache
property
bool
cache
final
Whether to use a memoization cache to store the results of past lookups.
Implementation
final bool cache;
graphql_data_loader2 package
documentation
graphql_data_loader2
DataLoader<Id, Data>
cache property
DataLoader class