C# Class Enyim.Caching.Memcached.CacheItem

Represents an object either being retrieved from the cache or being sent to the cache.
Afficher le fichier Open project: xianrendzw/LightFramework.Net Class Usage Examples

Méthodes publiques

Méthode Description
CacheItem ( ushort flags, ArraySegment data ) : System

Initializes a new instance of T:CacheItem.

Method Details

CacheItem() public méthode

Initializes a new instance of T:CacheItem.
public CacheItem ( ushort flags, ArraySegment data ) : System
flags ushort Custom item data.
data ArraySegment The serialized item.
Résultat System