getCachedValue method

dynamic getCachedValue(
  1. String key
)

Implementation

dynamic getCachedValue(String key) {
  return _cache[key];
}