CacheStoreProvider::SizeInBytes Property

 

Gets the approximate size in bytes of the cache.

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

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

Property Value

Type: System::Int64

The approximate size in bytes of the cache.

.NET Framework
Available since 4.7
Return to top
Show: