Class SelfCleaningTable<K,V>

java.lang.Object
com.gigaspaces.internal.utils.collections.SelfCleaningTable<K,V>
Type Parameters:
K - key type
V - value type
All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>

public class SelfCleaningTable<K,V> extends Object implements ConcurrentMap<K,V>
Holds a weak key for each value and make sure each value will be cleaned when key is weakly held.
Since:
6.5
Author:
Guy Korland