org.smallmind.quorum.cache.indigenous
Class CacheReference<K,E extends CacheEntry>

java.lang.Object
  extended by org.smallmind.quorum.cache.indigenous.CacheReference<K,E>

public class CacheReference<K,E extends CacheEntry>
extends Object


Constructor Summary
CacheReference(K key, E cacheEntry)
           
 
Method Summary
 E getCacheEntry()
           
 K getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheReference

public CacheReference(K key,
                      E cacheEntry)
Method Detail

getKey

public K getKey()

getCacheEntry

public E getCacheEntry()


Copyright © 2012. All Rights Reserved.