ehcache

net.sf.ehcache
Class Cache.KeyedFuture

java.lang.Object
  extended by net.sf.ehcache.Cache.KeyedFuture
Enclosing class:
Cache

 class Cache.KeyedFuture
extends java.lang.Object

Used to store a future and the key it is in respect of


Constructor Summary
Cache.KeyedFuture(java.lang.Object key, edu.emory.mathcs.backport.java.util.concurrent.Future future)
          Full constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cache.KeyedFuture

public Cache.KeyedFuture(java.lang.Object key,
                         edu.emory.mathcs.backport.java.util.concurrent.Future future)
Full constructor

Parameters:
key -
future -

ehcache