Class CacheEntry<KeyType,ValueType>
- java.lang.Object
-
- com.github.dozermapper.core.cache.CacheEntry<KeyType,ValueType>
-
public class CacheEntry<KeyType,ValueType> extends Object
A single entry in the cache which holds the cache value and unique key for lookup.
-
-
Constructor Summary
Constructors Constructor Description CacheEntry(KeyType key, ValueType value)A single entry in the cache which holds the cache value and unique key for lookup.
-