DataCacheItem Properties

 

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

Properties

Name Description
System_CAPS_pubproperty CacheName

The name of the cache where the object is stored.

System_CAPS_pubproperty ExtensionTimeout

The amount of time to extend the object lifetime on each access.

System_CAPS_pubproperty Key

The identifier that is used to distinguish the cached object in the cache or region.

System_CAPS_pubproperty RegionName

If applicable, the name of the region where the object is stored.

System_CAPS_pubproperty Size

This API supports the product infrastructure and is not intended to be used directly from your code. The approximate size of the cached item. This field is intended for internal use only.

System_CAPS_pubproperty Tags

A generic list of tags associated with the cached object.

System_CAPS_pubproperty Timeout

Specifies the length of time for which the object will remain in the cache.

System_CAPS_pubproperty Value

The object stored in cache.

System_CAPS_pubproperty Version

The version of the cached object.

See Also

DataCacheItem Class
Microsoft.ApplicationServer.Caching Namespace

Return to top