|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cohesion.bssh.impl.util.CacheEntry<K,V>
de.cohesion.bssh.impl.util.LazyCacheEntry<K,V>
public class LazyCacheEntry<K,V>
Constructor Summary | |
---|---|
LazyCacheEntry(K key,
Factory<K,V> factory)
|
Method Summary | |
---|---|
V |
getValue()
|
Methods inherited from class de.cohesion.bssh.impl.util.CacheEntry |
---|
equals, getKey, getLastAccessTime, hashCode, setValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LazyCacheEntry(K key, Factory<K,V> factory)
Method Detail |
---|
public V getValue() throws java.lang.InstantiationException
getValue
in class CacheEntry<K,V>
java.lang.InstantiationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |