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

Inheritance: BinarySingleItemOperation, IStoreOperation
Afficher le fichier Open project: xianrendzw/LightFramework.Net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
StoreOperation ( StoreMode mode, string key, CacheItem value, uint expires ) : System

Méthodes protégées

Méthode Description
Build ( ) : BinaryRequest
ProcessResponse ( BinaryResponse response ) : bool

Method Details

Build() protected méthode

protected Build ( ) : BinaryRequest
Résultat BinaryRequest

ProcessResponse() protected méthode

protected ProcessResponse ( BinaryResponse response ) : bool
response BinaryResponse
Résultat bool

StoreOperation() public méthode

public StoreOperation ( StoreMode mode, string key, CacheItem value, uint expires ) : System
mode StoreMode
key string
value CacheItem
expires uint
Résultat System