Datasnap.DSHTTP.TDSCacheResponseHandler

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTPCommon.TDSJsonResponseHandlerDatasnap.DSHTTPCommon.TDSServiceResponseHandlerData.DBXCommon.TRequestCommandHandlerSystem.TObjectTDSCacheResponseHandler
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: Datasnap.DSHTTP

Delphi

TDSCacheResponseHandler = class(TDSJsonResponseHandler)

C++

class PASCALIMPLEMENTATION TDSCacheResponseHandler : public Datasnap::Dshttpcommon::TDSJsonResponseHandler

Description

Response handler for the case when complex data types are stored on the server in a cache and the URL (Uniform Resource Identifier) to the object in the cache is passed back to the user instead of the value of the cached object.

See Also