Represents a key-value pair in a LevelDB database. The key and value are both eagerly initialized and read from the database when the pair is created.
The key of the pair.
The value of the pair.