FMX.Analytics.TCustomAnalytics.GetCacheManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCacheManager: IApplicationActivityCacheManager; virtual; abstract;

C++

virtual System::Analytics::_di_IApplicationActivityCacheManager __fastcall GetCacheManager() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
FMX.Analytics.pas
FMX.Analytics.hpp
FMX.Analytics TCustomAnalytics

Description

Returns an interface reference to an object that implements the IApplicationActivityCacheManager interface.

The returned cache manager provides the mechanism for temporarily storing application activity logs and for transmitting or persisting them periodically. This method is used as the property getter for the CacheManager property.

See Also