C# Class Couchbase.AspNet.Compression.CompressorFactory

Responsible to Create Compressor and cache it instance inside
Show file Open project: evereq/couchbase-aspnet

Public Methods

Method Description
Create ( string compressionTypeString ) : ICompressor

Creates Compressor of given type and cache instance locally

Method Details

Create() public static method

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