Class LRUHybridCache.OriginThreadAwareFuture

java.lang.Object
org.glassfish.hk2.utilities.cache.LRUHybridCache.OriginThreadAwareFuture
All Implemented Interfaces:
Future<HybridCacheEntry<V>>
Enclosing class:
LRUHybridCache<K,V>

private class LRUHybridCache.OriginThreadAwareFuture extends Object implements Future<HybridCacheEntry<V>>
Helper class, that remembers the future task origin thread, so that cycles could be detected.