public class CacheElement extends Object
Modifier | Constructor and Description |
---|---|
protected |
CacheElement(String cachingKey,
CachableItem cachedItem) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
CachableItem |
getCachedItem() |
long |
getEntryId() |
String |
getKey() |
int |
hashCode() |
void |
setEntryId(long entryId) |
protected CacheElement(String cachingKey, CachableItem cachedItem)
public long getEntryId()
public void setEntryId(long entryId)
public CachableItem getCachedItem()
public String getKey()
Copyright © 2015. All rights reserved.