X
- the client visible type of items in the cache.public class CacheEntry<X>
extends java.lang.Object
Constructor and Description |
---|
CacheEntry(X cacheItem)
ctor.
|
Modifier and Type | Method and Description |
---|---|
X |
get()
get the item from the entry.
|
java.lang.String |
toString()
toString.
|
public CacheEntry(X cacheItem)
cacheItem
- the item to add to the cachepublic X get()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 - 2020 Adobe. All Rights Reserved