Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > ObjectCache Class > GetStatistics Method : GetStatistics() Method |
public abstract CacheStatistics GetStatistics()
'Declaration
Public Overloads MustOverride Function GetStatistics() As CacheStatistics
'Usage
Dim instance As ObjectCache Dim value As CacheStatistics value = instance.GetStatistics()
public abstract CacheStatistics getStatistics()
public: abstract CacheStatistics^ GetStatistics();
Refer to CacheStatistics for more information.