store abstract method

CacheDriver store(
  1. String name
)

Get a cache store instance by name.

Implementation

CacheDriver store(String name);