C# Class Enyim.Caching.Memcached.Protocol.SingleItemOperation

Base class for implementing operations working with keyed items.
Inheritance: Operation, ISingleItemOperation
ファイルを表示 Open project: xianrendzw/LightFramework.Net

Private Properties

Property Type Description

Protected Methods

Method Description
SingleItemOperation ( string key ) : System

Method Details

SingleItemOperation() protected method

protected SingleItemOperation ( string key ) : System
key string
return System