Package org.apache.activemq.memory
Class CacheEntry
- java.lang.Object
-
- org.apache.activemq.memory.CacheEntry
-
public class CacheEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ObjectkeyCacheEntrynextCacheEntryListownerCacheEntrypreviousObjectvalue
-
Constructor Summary
Constructors Constructor Description CacheEntry(Object key, Object value)
-
-
-
Field Detail
-
next
public CacheEntry next
-
previous
public CacheEntry previous
-
owner
public CacheEntryList owner
-
-
Constructor Detail
-
CacheEntry
public CacheEntry(Object key, Object value)
-
-
Method Detail
-
remove
public boolean remove()
- Returns:
- false if you are trying to remove the tail pointer.
-
-