createDriverFromConfig abstract method
Creates a cache driver instance from configuration. Throws CacheException if driver type is unknown or configuration is invalid.
Implementation
CacheDriver createDriverFromConfig(
String driverType,
Map<String, dynamic> settings,
);