Datasnap.DSHTTP.TDSCacheResponseHandler.GetCacheObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCacheObject: TDSCacheResultCommandHandler;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSCacheResponseHandler

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