System.Analytics.AppAnalytics.TAppAnalyticsCacheManager.MaxCacheSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxCacheSize: Integer read GetMaxCacheSize write SetMaxCacheSize;

C++

__property int MaxCacheSize = {read=GetMaxCacheSize, write=SetMaxCacheSize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Analytics.AppAnalytics.pas
System.Analytics.AppAnalytics.hpp
System.Analytics.AppAnalytics TAppAnalyticsCacheManager

Description

Maximum size of the memory data cache.

When the cache reaches the MaxCacheSize the data must be sent to the Usertility service.

See Also