C# Class StacheCache.CacheFactory

Afficher le fichier Open project: itsjason/Stache-Cache

Private Properties

Свойство Type Description
CanTryRemote bool
GetLocalCache ICache
MarkRemoteFailed void
TryGetRemoteCache ICache

Méthodes publiques

Méthode Description
CacheFactory ( ) : System
CacheFactory ( IEnumerable remoteCacheServers, int remoteTimeout, string remoteCacheName, string remoteCacheRegion, int retrySeconds = 30 ) : System

Private Methods

Méthode Description
CanTryRemote ( ) : bool
GetLocalCache ( ) : ICache
MarkRemoteFailed ( ) : void
TryGetRemoteCache ( ) : ICache

Method Details

CacheFactory() public méthode

public CacheFactory ( ) : System
Résultat System

CacheFactory() public méthode

public CacheFactory ( IEnumerable remoteCacheServers, int remoteTimeout, string remoteCacheName, string remoteCacheRegion, int retrySeconds = 30 ) : System
remoteCacheServers IEnumerable
remoteTimeout int
remoteCacheName string
remoteCacheRegion string
retrySeconds int
Résultat System