API:FMX.Analytics.AppAnalytics.TAppAnalytics.CacheSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CacheSize;

C++

__property CacheSize;

Properties

Type Visibility Source Unit Parent
property published
FMX.Analytics.AppAnalytics.pas
FMX.Analytics.AppAnalytics.hpp
FMX.Analytics.AppAnalytics TAppAnalytics

Description

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

FMX.Analytics.AppAnalytics.TAppAnalytics.CacheSize inherits from FMX.Analytics.TCustomAnalytics.CacheSize. All content below this line refers to FMX.Analytics.TCustomAnalytics.CacheSize.

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