| Interface | Description |
|---|---|
| IExpirable |
Read-only interface for objects that can expire.
|
| IExpirableWithReplacement<DATATYPE> |
Read-only interface for objects that can expire but offer a replacement once
the object expires.
|
| IMutableExpirable |
Interface for objects that can expire.
|
| IMutableExpirableWithReplacement<DATATYPE> |
Interface for objects that can expire but offer a replacement once the object
expires.
|
| Class | Description |
|---|---|
| Expirable |
Default implementation of
IMutableExpirable |
| ExpirableWithReplacement<DATATYPE> |
Default implementation of
IMutableExpirableWithReplacement |
Copyright © 2014–2022 Philip Helger. All rights reserved.