HashFile.get

Return the serialized data for the provided key. Returns null if the key was not found.

Be sure to synchronize access by multiple threads

class HashFile(K, V)
final
V
get
(
K key
,
bool clear = false
)

Meta