System.Analytics.IApplicationActivityCacheManager.GetOnDataCacheFull

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOnDataCacheFull: TNotifyEvent;

C++

virtual System::Classes::TNotifyEvent __fastcall GetOnDataCacheFull() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Analytics.pas
System.Analytics.hpp
System.Analytics IApplicationActivityCacheManager

Description

Getter for the OnDataCacheFull event handler.

The OnDataCacheFull event occurs when the temporary data cache reaches the MaxCacheSize.

See Also