Click or drag to resize
PersistantCacheCacheT Method

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Task<T> Cache<T>(
	Expression<Func<Task<T>>> action,
	[CallerMemberNameAttribute] string memberName = ""
)
where T : class

Parameters

action
Type: System.Linq.ExpressionsExpressionFuncTaskT
memberName (Optional)
Type: SystemString

Type Parameters

T

Return Value

Type: TaskT
See Also