| 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 |
AbstractCache<KEYTYPE,VALUETYPE>
Abstract base implementation of
ICache |
class |
AbstractNotifyingCache<KEYTYPE,VALUETYPE>
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method.
|
class |
CacheWithConversion<KEYTYPE,VALUETYPE>
A special cache that can create the value to be cache automatically from the
key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DateTimeFormatterCache
This class provides a cache for
DateTimeFormatter instances. |
| Modifier and Type | Class and Description |
|---|---|
class |
RegExCache
This class provides a cached for compiled regular expressions.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.