public class CacheEntry extends Object
null
.Constructor and Description |
---|
CacheEntry(Object key,
Element element)
Creates a new cache entry.
|
Modifier and Type | Method and Description |
---|---|
Element |
getElement()
Retrieves the element of this cache entry.
|
Object |
getKey()
Retrieves the key of this cache entry.
|
public Object getKey()
public Element getElement()
null
if the cache entry didn't have an element that
belong to the key at the time of creation.Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.