Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TResultCommandHandlerSystem.TObjectTDSCacheResultCommandHandler
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: Datasnap.DSHTTPCommon

Delphi

TDSCacheResultCommandHandler = class(TResultCommandHandler)

C++

class PASCALIMPLEMENTATION TDSCacheResultCommandHandler : public Data::Dbxcommon::TResultCommandHandler

Description

Wraps an instance of TRequestCommandHandler that wants to make itself cacheable.

The TDSCacheResultCommandHandler class wraps an instance of TRequestCommandHandler that wants to make itself cacheable.

See Also