suparnatural-cache / com.suparnatural.core.cache / LinearProbingCache / TombStoneMarker / <init>

<init>

TombStoneMarker(key: String)

A marker which replaces deleted objects. If the space is marked as null after deletion, then it leaves other objects with same hash codes unreachable. Search continues if the current cell has a TombStoneMarker.