Method Reap
Reap()
This method manually cleans up the reference queue to remove all garbage
collected key/value pairs from the map. Calling this method is not needed
if reapOnRead = true
. Otherwise it might be a good idea
to call this method when there is spare time (e.g. from a background thread).
Information about the reapOnRead
setting
Declaration
public void Reap()