menu
kronix package
documentation
cache/cache.dart
Cache
use static method
use static method
dark_mode
light_mode
use
static method
void
use
(
CacheDriver
driver
)
Sets the global cache driver.
Implementation
static void use(CacheDriver driver) { _driver = driver; }
kronix package
documentation
cache/cache
Cache
use static method
Cache class