PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Backends.​RedisRedis­Cache­Dependency­Garbage­CollectorPerform­Full­Collection­Async
Open sandboxFocus

Method PerformFullCollectionAsync

PerformFullCollectionAsync(RedisCachingBackend, CancellationToken)

Declaration
public static Task PerformFullCollectionAsync([Required] RedisCachingBackend backend, CancellationToken cancellationToken = null)
Parameters
Type Name Description
RedisCachingBackend backend
CancellationToken cancellationToken
Returns
Type Description
Task

PerformFullCollectionAsync(RedisCachingBackend, IServer, CancellationToken)

Declaration
public static Task PerformFullCollectionAsync([Required] RedisCachingBackend backend, [Required] IServer server, CancellationToken cancellationToken = null)
Parameters
Type Name Description
RedisCachingBackend backend
StackExchange.Redis.IServer server
CancellationToken cancellationToken
Returns
Type Description
Task