getRecord abstract method

Record<V>? getRecord(
  1. K key
)

Gets record containing value and HLC.

Implementation

Record<V>? getRecord(K key);