C# Class Enyim.Caching.Memcached.Protocol.Binary.StoreOperation

Inheritance: BinarySingleItemOperation, IStoreOperation
Mostrar archivo Open project: xianrendzw/LightFramework.Net

Private Properties

Property Type Description

Public Methods

Method Description
StoreOperation ( StoreMode mode, string key, CacheItem value, uint expires ) : System

Protected Methods

Method Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

Method Details

Build() protected method

protected Build ( ) : BinaryRequest
return BinaryRequest

ProcessResponse() protected method

protected ProcessResponse ( BinaryResponse response ) : bool
response BinaryResponse
return bool

StoreOperation() public method

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