|
|||||||||
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>
mondrian.rolap.cache.SoftSmartCache.CacheReference
class SoftSmartCache.CacheReference
an entry in the cache that contains the key for the cache map to remove the entry when its value has been garbage collected
Field Summary | |
---|---|
(package private) K |
key
|
Constructor Summary | |
---|---|
SoftSmartCache.CacheReference(K key,
V value)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
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, wait, wait, wait |
Field Detail |
---|
K key
Constructor Detail |
---|
public SoftSmartCache.CacheReference(K key, V value)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |