C# Класс StacheCache.CacheFactory

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
CanTryRemote bool
GetLocalCache ICache
MarkRemoteFailed void
TryGetRemoteCache ICache

Открытые методы

Метод Описание
CacheFactory ( ) : System
CacheFactory ( IEnumerable remoteCacheServers, int remoteTimeout, string remoteCacheName, string remoteCacheRegion, int retrySeconds = 30 ) : System

Приватные методы

Метод Описание
CanTryRemote ( ) : bool
GetLocalCache ( ) : ICache
MarkRemoteFailed ( ) : void
TryGetRemoteCache ( ) : ICache

Описание методов

CacheFactory() публичный Метод

public CacheFactory ( ) : System
Результат System

CacheFactory() публичный Метод

public CacheFactory ( IEnumerable remoteCacheServers, int remoteTimeout, string remoteCacheName, string remoteCacheRegion, int retrySeconds = 30 ) : System
remoteCacheServers IEnumerable
remoteTimeout int
remoteCacheName string
remoteCacheRegion string
retrySeconds int
Результат System