get abstract method

dynamic get(
  1. String key
)

Retrieve a cached value by key, or null if absent.

Implementation

dynamic get(String key);