Method |
Description |
|
IOperationFactory ( ConcatenationMode mode, string key, ulong cas, ArraySegment data ) : IConcatOperation |
|
|
IOperationFactory ( string key, ulong cas ) : IDeleteOperation |
|
|
IOperationFactory ( ) : IFlushOperation |
|
|
IOperationFactory ( string key ) : IGetOperation |
|
|
IOperationFactory ( IList keys ) : IMultiGetOperation |
|
|
IOperationFactory ( MutationMode mode, string key, ulong defaultValue, ulong delta, uint expires, ulong cas ) : IMutatorOperation |
|
|
IOperationFactory ( string type ) : IStatsOperation |
|
|
IOperationFactory ( StoreMode mode, string key, CacheItem value, uint expires, ulong cas ) : IStoreOperation |
|
|