DataCacheItem.Size Property
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.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Syntax
public int Size { get; }
public:
property int Size {
int get();
}
member Size : int with get
Public ReadOnly Property Size As Integer
Property Value
Type: System.Int32
Returns Int32.
See Also
DataCacheItem Class
Microsoft.ApplicationServer.Caching Namespace
Return to top