| Package | Description |
|---|---|
| com.phloc.commons.cache | |
| com.phloc.commons.cache.convert | |
| com.phloc.commons.jaxb | |
| com.phloc.commons.regex | |
| com.phloc.commons.xml.schema |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISimpleCache<KEYTYPE,VALUETYPE>
Interface for a very simple Map-like cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCache<KEYTYPE,VALUETYPE>
Abstract base implementation of
ISimpleCache |
class |
AbstractNotifyingCache<KEYTYPE,VALUETYPE>
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method.
|
class |
AbstractNotifyingCacheWithMaxSize<KEYTYPE,VALUETYPE>
A caching class that has the ability to fill itself with the abstract
getValueToCache(Object) method and has an upper limit of elements that can
reside in the cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCacheWithConversion<KEYTYPE,VALUETYPE>
A special cache that can create the value to be cache automatically from the
key.
|
class |
SimpleCacheWithConversionAndMaxSize<KEYTYPE,VALUETYPE>
A special cache that can create the value to be cache automatically from the
key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JAXBContextCache
Specific cache class for JAXB context elements.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegExPool
This class provides a pool for cached regular expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSchemaCache
Abstract base class for caching abstract
Schema objects. |
class |
XMLSchemaCache
This class is used to cache XML schema objects.
|
Copyright © 2006–2015 phloc systems. All rights reserved.