MetalamaAPI documentationPatterns APIMetalama.​Patterns.​Caching.​AspectsCache­AttributeOverride­Method­Async­Value­Task
Open sandboxFocus

CacheAttribute.OverrideMethodAsyncValueTask Method

OverrideMethodAsyncValueTask<TValue>(IField, IType, IField?)

Declaration
[Template]
public static ValueTask<TValue?> OverrideMethodAsyncValueTask<TValue>(IField registrationField, IType TReturnType, IField? cachingServiceField)
Parameters
Type Name Description
IField registrationField
IType TReturnType
IField cachingServiceField
Returns
Type Description
ValueTask<TValue>
Type Parameters
Name Description
TValue