public final class InMemoryCacheEntry<T> extends Object implements Serializable
| Constructor and Description |
|---|
InMemoryCacheEntry(T entry)
Parameterized contructor with target cached object.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getEntry()
Getter accessor for attribute 'entry'.
|
long |
getInsertedDate()
Getter accessor for attribute 'insertedDate'.
|
public InMemoryCacheEntry(T entry)
entry - cached objectpublic long getInsertedDate()
public T getEntry()
Copyright © 2013–2015 FF4J. All rights reserved.