Property | Type | Description | |
---|---|---|---|
CanTryRemote | bool | ||
GetLocalCache | ICache | ||
MarkRemoteFailed | void | ||
TryGetRemoteCache | ICache |
Method | Description | |
---|---|---|
CacheFactory ( ) : System | ||
CacheFactory ( IEnumerable |
Method | Description | |
---|---|---|
CanTryRemote ( ) : bool | ||
GetLocalCache ( ) : ICache | ||
MarkRemoteFailed ( ) : void | ||
TryGetRemoteCache ( ) : ICache |
public CacheFactory ( IEnumerable |
||
remoteCacheServers | IEnumerable |
|
remoteTimeout | int | |
remoteCacheName | string | |
remoteCacheRegion | string | |
retrySeconds | int | |
return | System |