Was this page helpful?

ExpiringDictionary<TKey,TValue>.Entry Class

    Table of contents
    1. 1. Remarks
    2. 2. Members
      1. 2.1. Fields
      2. 2.2. Methods
    Table of Contents
    public class ExpiringDictionary<TKey,TValue>.Entry
    Namespace: MindTouch.Collections
    Assembly: mindtouch.dream
    Type Hierarchy:
    • object
      • ExpiringDictionary<TKey,TValue>.Entry
    A wrapper class containing meta data about values stored in the MindTouch.Collections.ExpiringDictionary<TKey,TValue>.

    Remarks

    The meta-data is created on demand, i.e. it will not reflect changes in ExpiringDictionary<TKey,TValue>.Entry.When or ExpiringDictionary<TKey,TValue>.Entry.TTL that happen after it is retrieved from the set.

    Members

    Fields

    Visibility Description
    Public When The absolute time at which the entry will expire.
    Public TTL The time-to-live of the entry at insertion time.
    Public Key The key stored in the dictionary.
    Public Value The value stored in the dictionary.

    Methods

    Visibility Description
    Public ToString() (Inherited from Object)
    Public Equals(object obj) (Inherited from Object)
    Public GetHashCode() (Inherited from Object)
    Public GetType() (Inherited from Object)
    Protected MemberwiseClone() (Inherited from Object)
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by