PostSharp//API Reference/Post­Sharp.​Patterns.​Caching.​Backends.​Redis/Redis­Cache­Dependency­Garbage­Collector/Perform­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