getDriver method
Gets a cache driver by name. Returns null if the driver is not registered.
Implementation
@override
CacheDriver? getDriver(String name) {
return _drivers[name];
}
Gets a cache driver by name. Returns null if the driver is not registered.
@override
CacheDriver? getDriver(String name) {
return _drivers[name];
}