cacheStore property
CacheStore
get
cacheStore
Accesses the underlying cache store directly.
Use this for advanced cache operations not covered by the convenience methods.
Implementation
CacheStore get cacheStore => _cacheLink.store;