operator [] abstract method

Entry<T> operator [](
  1. String key
)

Get Entry wrapping data cached at key.

Implementation

Entry<T> operator [](String key);