de.cohesion.bssh.impl.util
Class LazyCacheEntry<K,V>

java.lang.Object
  extended by de.cohesion.bssh.impl.util.CacheEntry<K,V>
      extended by de.cohesion.bssh.impl.util.LazyCacheEntry<K,V>

public class LazyCacheEntry<K,V>
extends CacheEntry<K,V>

Author:
schulzs

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

LazyCacheEntry

public LazyCacheEntry(K key,
                      Factory<K,V> factory)
Method Detail

getValue

public V getValue()
           throws java.lang.InstantiationException
Overrides:
getValue in class CacheEntry<K,V>
Throws:
java.lang.InstantiationException


Copyright © 2005 . All Rights Reserved.