K - the key typeVK - the generic typeVV - the generic typepublic abstract class CacheableMap<K,VK,VV> extends Object
CacheableMap is a simple cache map the factory method have
to be overwritten to provide new values.| Constructor and Description |
|---|
CacheableMap() |
| Modifier and Type | Method and Description |
|---|---|
VV |
getValue(K key,
VK valueKey)
Gets the value from the given arguments.
|
abstract VV |
newValue(K baseName,
VK locale)
Abstract factory method to create a new value for the cache.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.