Datasnap.DSHTTP.TDSCacheResponseHandler.GetCacheObject

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSCacheResponseHandler

Delphi

function GetCacheObject: TDSCacheResultCommandHandler;

C++

Datasnap::Dshttpcommon::TDSCacheResultCommandHandler* __fastcall GetCacheObject();

Description

Returns an object stored in the cache.

The GetCacheObject method returns an object stored in the cache. GetCacheObject acts by creating an instance of TDSCacheResultCommandHandler and returning it.

See Also