get<T> abstract method

T? get<T>(
  1. String key
)

Get a value from the cache by key.

Implementation

T? get<T>(String key);