Datasnap.DSHTTP.TDSCacheResponseHandler.GetCacheObject
[–] 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.