C# Class NMemcached.Model.CachedItem

Exibir arquivo 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_oe 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_oe property

public uint Flags
return uint

Key public_oe property

public string Key
return string

Timestamp public_oe property

public long Timestamp
return long