Set where to store the cache. The name you set in the cache drivers configuration Example drivers => {'file' : FileCacheDriver()}, then store name is file
drivers => {'file' : FileCacheDriver()}
file
Cache store(String store) { _store = store; return this; }