store static method

CacheDriver store(
  1. String name
)

Implementation

static CacheDriver store(String name) => _instance.store(name);