use static method

void use(
  1. CacheDriver driver
)

Sets the global cache driver.

Implementation

static void use(CacheDriver driver) {
  _driver = driver;
}