Skip to main content

CachedServiceClientExtensions

Assembly: ServiceStack.Client.dll
View Source
Declaration
public static class CachedServiceClientExtensions

Methods

WithCache(ServiceClientBase)

View Source
Declaration
public static IServiceClient WithCache(this ServiceClientBase client)
Returns

ServiceStack.IServiceClient

Parameters
TypeName
ServiceStack.ServiceClientBaseclient

WithCache(ServiceClientBase, ConcurrentDictionary<String, HttpCacheEntry>)

View Source
Declaration
public static IServiceClient WithCache(this ServiceClientBase client, ConcurrentDictionary<string, HttpCacheEntry> cache)
Returns

ServiceStack.IServiceClient

Parameters
TypeName
ServiceStack.ServiceClientBaseclient
System.Collections.Concurrent.ConcurrentDictionary<System.String,ServiceStack.HttpCacheEntry>cache