mondrian.rolap.cache
Class SoftSmartCache.CacheReference
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference<V>
mondrian.rolap.cache.SoftSmartCache.CacheReference
- Enclosing class:
- SoftSmartCache<K,V>
class SoftSmartCache.CacheReference
- extends SoftReference<V>
an entry in the cache that contains the key for
the cache map to remove the entry when its value
has been garbage collected
- Since:
- Nov 7, 2005
- Author:
- rk
-
-
Field Summary |
(package private) K |
key
|
key
K key
SoftSmartCache.CacheReference
public SoftSmartCache.CacheReference(K key,
V value)
toString
public String toString()
- Overrides:
toString
in class Object