Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler.CacheCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CacheCommands: TList<TDSCommandComplexParams> read FCacheCommands write FCacheCommands;

C++

__property System::Generics::Collections::TList__1<TDSCommandComplexParams*>* CacheCommands = {read=FCacheCommands, write=FCacheCommands};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSCacheResultCommandHandler

Description

Specifies a list of cacheable commands.

The CacheCommands property provides a way of accessing a list of cacheable commands.

See Also