public class CacheEntry extends Object
Modifier and Type | Field and Description |
---|---|
Object |
key |
CacheEntry |
next |
CacheEntryList |
owner |
CacheEntry |
previous |
Object |
value |
Constructor and Description |
---|
CacheEntry(Object key,
Object value) |
public final Object key
public final Object value
public CacheEntry next
public CacheEntry previous
public CacheEntryList owner
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.