| Interface | Description |
|---|---|
| Cache<KeyType,ValueType> |
Cache which stores a single
DozerCacheType type |
| CacheManager |
Cache manager which is used as the top level interaction when dealing with cached objects
|
| Class | Description |
|---|---|
| CacheEntry<KeyType,ValueType> |
A single entry in the cache which holds the cache value and unique key for lookup.
|
| CacheKeyFactory |
Factory which produces cache keys.
|
| DefaultCache<KeyType,ValueType> |
Default cache manager implementation backed by
LRUMap |
| DefaultCacheManager |
| Enum | Description |
|---|---|
| DozerCacheType |
Different types of cache which are supported
|
Copyright © 2005–2021 dozer. All rights reserved.