| Package | Description |
|---|---|
| com.helger.commons.cache | |
| com.helger.commons.datetime | |
| com.helger.commons.regex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMutableCache<KEYTYPE,VALUETYPE>
Interface for a very simple Map-like cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cache<KEYTYPE,VALUETYPE>
The default implementation of
ICache and IMutableCache. |
class |
MappedCache<KEYTYPE,KEYSTORETYPE,VALUETYPE>
Base implementation of
ICache and IMutableCache. |
| Modifier and Type | Class and Description |
|---|---|
class |
DateTimeFormatterCache
This class provides a cache for
DateTimeFormatter instances. |
static class |
PDTFormatter.LocalizedDateFormatCache
This class caches the compiled patterns for localized date and time
formatter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegExCache
This class provides a cached for compiled regular expressions.
|
Copyright © 2014–2019 Philip Helger. All rights reserved.