Class SelfCleaningValueTable<K,V>

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

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