CacheDriverDocBuilder typedef
CacheDriverDocBuilder =
List<ConfigDocEntry> Function(CacheDriverDocContext context)
A builder function that generates configuration documentation entries for a cache driver.
The CacheDriverDocContext provides context such as the driver name and base path for generating configuration keys.
Implementation
typedef CacheDriverDocBuilder =
List<ConfigDocEntry> Function(CacheDriverDocContext context);