Share via


DataCacheItem.Value Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The object stored in cache.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Property Value As Object
'Usage
Dim instance As DataCacheItem
Dim value As Object

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
/** @property */
public Object get_Value ()
public function get Value () : Object

Property Value

An object representing the deserialized form of the cached object.

Remarks

For more information about when objects are serialized, see Cache Clients and Local Cache (Velocity).

See Also

Reference

DataCacheItem Class
DataCacheItem Members
Microsoft.Data.Caching Namespace