C# 클래스 Couchbase.AspNet.Compression.CompressorFactory

Responsible to Create Compressor and cache it instance inside
파일 보기 프로젝트 열기: evereq/couchbase-aspnet

공개 메소드들

메소드 설명
Create ( string compressionTypeString ) : ICompressor

Creates Compressor of given type and cache instance locally

메소드 상세

Create() 공개 정적인 메소드

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