driver method
Get a cache driver instance.
driver The name of the driver to retrieve. If null, uses default config.
Implementation
@override
CacheStore driver([String? driver]) => _store;
Get a cache driver instance.
driver The name of the driver to retrieve. If null, uses default config.
@override
CacheStore driver([String? driver]) => _store;