| Class | Description |
|---|---|
| ExpiringLazy<T> |
A
Lazy implementation with an expiration time.The value will be recalculated after the expiration time has passed. |
| Lazy<T> |
An object to store a value that is only initialized when required.
Useful for objects that are expensive to create and are not always needed. |
| Enum | Description |
|---|---|
| ExpiringLazy.ExpirationType |