C# 클래스 Enyim.Caching.Memcached.Protocol.Binary.StoreOperation

상속: BinarySingleItemOperation, IStoreOperation
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StoreOperation ( StoreMode mode, string key, CacheItem value, uint expires ) : System

보호된 메소드들

메소드 설명
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

메소드 상세

Build() 보호된 메소드

protected Build ( ) : BinaryRequest
리턴 BinaryRequest

ProcessResponse() 보호된 메소드

protected ProcessResponse ( BinaryResponse response ) : bool
response BinaryResponse
리턴 bool

StoreOperation() 공개 메소드

public StoreOperation ( StoreMode mode, string key, CacheItem value, uint expires ) : System
mode StoreMode
key string
value CacheItem
expires uint
리턴 System