DataCacheItem ClassWindows Server AppFabric Caching Compatibility Library
This class contains information about the cached object including its key, value and timeout.
Inheritance Hierarchy

SystemObject
  Soss.Compat.WSAFDataCacheItem

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

[SerializableAttribute]
public sealed class DataCacheItem

The DataCacheItem type exposes the following members.

Constructors

  NameDescription
Public methodDataCacheItem
Public constructor, initializes a new instance of the DataCacheItem class.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Properties

  NameDescription
Public propertyCacheName
The name of the cache where the object is stored.
Public propertyKey
The identifier that is used to distinguish the cached object in the cache.
Public propertyTimeout
Specifies the length of time that the object will remain in the cache.
Public propertyValue
The object stored in cache.
Public propertyVersion
The version of the cached object.
Top
See Also

Reference