C# Class NMemcached.Model.CachedItem

Show file Open project: hibernating-rhinos/NMemcached Class Usage Examples

Public Properties

Property Type Description
ExpiresAt System.DateTime
Flags uint
Key string
Timestamp long

Property Details

ExpiresAt public property

We need this here not becuase we don't trust the cache expiry, but because we need to support flush_all ability to set a date for all items to expire at.
public DateTime,System ExpiresAt
return System.DateTime

Flags public property

public uint Flags
return uint

Key public property

public string Key
return string

Timestamp public property

public long Timestamp
return long