CachingStructLoader.opIn_r

Gets the record value corresponding to key.

class CachingStructLoader(S)
S*
opIn_r
(
hash_t key
)

Parameters

key hash_t

key of the records to get

Return Value

Type: S*

Pointers to the record value corresponding to key or null if the record for key does not exist.

Throws

Exception on data error

Meta