System.Analytics.IApplicationActivityCacheManager.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};

Properties

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

Description

Maximum size of the temporary data cache.

See Also