readCache<T> abstract method

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

Implementation

T? readCache<T>(String key);