The CacheEntry type exposes the following members.

Constructors

  NameDescription
Public methodCacheEntry(Object, Object)
Creates an instance of a CacheEntry.
Public methodCacheEntry(Object, Object, Object)
Creates an instance of a CacheEntry.

Methods

  NameDescription
Public methodEquals
Checks two cache entries for equality.
(Overrides ValueType..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Generates hash code for this CacheEntry.
(Overrides ValueType..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current CacheEntry.
(Overrides ValueType..::..ToString()()()().)

Operators

  NameDescription
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(DictionaryEntry to CacheEntry)
Converts DictionaryEntry to CacheEntry.
Public operatorStatic memberImplicitWideningImplicitImplicitImplicit(CacheEntry to DictionaryEntry)
Converts CacheEntry to DictionaryEntry.

Properties

  NameDescription
Public propertyKey
Gets the key for this cache entry.
Public propertyOriginalValue
Determine the original value in the cache that this cache entry's value is replacing.
Public propertyValue
Gets or sets the value for this cache entry.

See Also