|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.SoftReference<V>
org.rakeshv.utils.DynamicCache.Value<V>
private class DynamicCache.Value<V>
A sub-class of SoftReference used to represent the
value stored in the DynamicCache.map.
| Field Summary | |
|---|---|
private K |
key
The key associated with the value. |
| Constructor Summary | |
|---|---|
DynamicCache.Value(K key,
V value,
java.lang.ref.ReferenceQueue<V> queue)
Create a new instance of the value object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.ref.SoftReference |
|---|
get |
| Methods inherited from class java.lang.ref.Reference |
|---|
clear, enqueue, isEnqueued |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final K key
| Constructor Detail |
|---|
public DynamicCache.Value(K key,
V value,
java.lang.ref.ReferenceQueue<V> queue)
|
Rakesh API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||