CacheClientAsyncExtensions
Assembly: ServiceStack.dll
View Source
Declaration
public static class CacheClientAsyncExtensions
Methods
AsAsync(ICacheClient)
View Source
Declaration
public static ICacheClientAsync AsAsync(this ICacheClient cache)
Returns
ServiceStack.Caching.ICacheClientAsync
Parameters
Type | Name |
---|---|
ServiceStack.Caching.ICacheClient | cache |
AsSync(ICacheClientAsync)
Returns underlying wrapped sync ICacheClient or ICacheClient API if cache implements it
View Source
Declaration
public static ICacheClient AsSync(this ICacheClientAsync cache)
Returns
ServiceStack.Caching.ICacheClient
Parameters
Type | Name |
---|---|
ServiceStack.Caching.ICacheClientAsync | cache |
Unwrap(ICacheClientAsync)
Returns sync ICacheClient if wrapped
View Source
Declaration
public static ICacheClient Unwrap(this ICacheClientAsync cache)
Returns
ServiceStack.Caching.ICacheClient
Parameters
Type | Name |
---|---|
ServiceStack.Caching.ICacheClientAsync | cache |