KEYTYPE - Cache key type.VALUETYPE - Cache value type.public interface ICache<KEYTYPE,VALUETYPE> extends IHasName, IHasSize
| Modifier and Type | Method and Description |
|---|---|
VALUETYPE |
getFromCache(KEYTYPE aKey)
Get the cached value associated with the passed key.
|
getComparatorCollating, getComparatorName, getNameisEmpty, isNotEmpty, sizeCopyright © 2014–2019 Philip Helger. All rights reserved.