C# Class NMemcached.Model.CachedItem

Afficher le fichier Open project: hibernating-rhinos/NMemcached Class Usage Examples

Méthodes publiques

Свойство 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
Résultat System.DateTime

Flags public_oe property

public uint Flags
Résultat uint

Key public_oe property

public string Key
Résultat string

Timestamp public_oe property

public long Timestamp
Résultat long