FMX.Analytics.TCustomAnalytics.CacheSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CacheSize: Integer read FMaxCacheSize write SetCacheSize;

C++

__property int CacheSize = {read=FMaxCacheSize, write=SetCacheSize, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Analytics.pas
FMX.Analytics.hpp
FMX.Analytics TCustomAnalytics

Description

Maximum count of activity events to store in the temporary cache.

Regardless of the UpdateInterval setting, when the number of captured events reaches the CacheSize, the temporary data is sent or stored and the cache emptied.

See Also