CacheStoreProvider::ItemCount Property

 

Gets the number of items stored in the cache.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public:
property long long ItemCount {
	virtual long long get() abstract;
}

Property Value

Type: System::Int64

The number of items stored in the cache.

This value can be useful when monitoring your application's performance or when using the ASP.NET tracing functionality.

.NET Framework
Available since 4.7
Return to top
Show: