| Interface | Description |
|---|---|
| ICache<KEYTYPE,VALUETYPE> |
Read-only interface for a very simple Map-like cache.
|
| IMutableCache<KEYTYPE,VALUETYPE> |
Interface for a very simple Map-like cache.
|
| Class | Description |
|---|---|
| AnnotationUsageCache |
A simple cache for the usage of a certain annotation class at other classes.
|
| Cache<KEYTYPE,VALUETYPE> |
The default implementation of
ICache and IMutableCache. |
| MappedCache<KEYTYPE,KEYSTORETYPE,VALUETYPE> |
Base implementation of
ICache and IMutableCache. |
Copyright © 2014–2019 Philip Helger. All rights reserved.