public class GcDbQueryCacheMap extends java.util.HashMap<MultiKey,GcDbQueryCache>
Modifier and Type | Class and Description |
---|---|
class |
GcDbQueryCacheMap.Janitor
Associated thread to call get every once in a while to ensure that eviction happens.
|
Constructor and Description |
---|
GcDbQueryCacheMap()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
GcDbQueryCache |
get(java.lang.Object key)
Return the object if it is not expired and if it exists.
|
public GcDbQueryCache get(java.lang.Object key)
get
in interface java.util.Map<MultiKey,GcDbQueryCache>
get
in class java.util.HashMap<MultiKey,GcDbQueryCache>
HashMap.get(java.lang.Object)