Delegate BasicCache<T, K>.NewItemInstanceDelegate
Delegate that creates a new instance by its key.
Namespace: Evergine.Common.Helpers
Assembly: Evergine.Common.dll
Syntax
public delegate K BasicCache<T, K>.NewItemInstanceDelegate(T key)
Parameters
| Type | Name | Description |
|---|---|---|
| T | key | The key. |
Returns
| Type | Description |
|---|---|
| K | The new item instance. |