cache<T> method

T? cache<T>(
  1. Object key
)

Reads a cached value for key.

Implementation

T? cache<T>(Object key) => _core.cache<T>(key);