getKey method

String getKey()

Gets the key to locate the cached value.

Return the value key.

Implementation

String getKey() {
  return _key;
}