DataCacheItem.Value Property

 

The object stored in cache.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public object Value { get; }
public:
property Object^ Value {
    Object^ get();
}
member Value : Object with get
Public ReadOnly Property Value As Object

Property Value

Type: System.Object

An object representing the deserialized form of the cached object.

See Also

DataCacheItem Class
Microsoft.ApplicationServer.Caching Namespace

Return to top