macroGetHandlers property

Map<Pattern, Future Function(String key)> macroGetHandlers
final

Pattern-based auto-fetch handlers.

When a get() returns null (cache miss or expired), checks if the key matches any pattern and automatically fetches and caches the data.

Implementation

final Map<Pattern, Future<dynamic> Function(String key)> macroGetHandlers;