public class CacheEntry<KeyType,ValueType> extends Object
| Constructor and Description |
|---|
CacheEntry(KeyType key,
ValueType value)
A single entry in the cache which holds the cache value and unique key for lookup.
|
Copyright © 2005–2021 dozer. All rights reserved.