Datasnap.DSHTTPCommon.TDSCacheResultCommandHandler

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TResultCommandHandlerSystem.TObjectTDSCacheResultCommandHandler

Delphi

TDSCacheResultCommandHandler = class(TResultCommandHandler)

C++

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

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon Datasnap.DSHTTPCommon

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