C# Class Couchbase.AspNet.Compression.CompressorFactory

Responsible to Create Compressor and cache it instance inside
Afficher le fichier Open project: evereq/couchbase-aspnet

Méthodes publiques

Méthode Description
Create ( string compressionTypeString ) : ICompressor

Creates Compressor of given type and cache instance locally

Method Details

Create() public static méthode

Creates Compressor of given type and cache instance locally
public static Create ( string compressionTypeString ) : ICompressor
compressionTypeString string
Résultat ICompressor