| Package | Description |
|---|---|
| com.helger.commons.cache | |
| com.helger.commons.datetime | |
| com.helger.commons.regex | |
| com.helger.commons.xml.schema |
| Modifier and Type | Method and Description |
|---|---|
protected abstract VALUETYPE |
AbstractNotifyingCache.getValueToCache(KEYTYPE aKey)
This abstract method is invoked, once a new value needs to be put into the
cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected DateTimeFormatter |
DateTimeFormatterCache.getValueToCache(DateTimeFormatterPattern aPattern) |
| Modifier and Type | Method and Description |
|---|---|
protected Pattern |
RegExCache.getValueToCache(RegExPattern aRegEx) |
| Modifier and Type | Method and Description |
|---|---|
protected Schema |
SchemaCache.getValueToCache(ICommonsList<? extends IReadableResource> aKey) |
Copyright © 2014–2016 Philip Helger. All rights reserved.