Datasnap.DSHTTP.TDSCacheResponseHandler.Close
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSCacheResponseHandler |
Delphi
procedure Close; override;
C++
virtual void __fastcall Close();
Description
Frees the TDSCacheResponseHandler object.
The Close method frees the TDSCacheResponseHandler object, if FCacheId is not specified. This means that the TDSCacheResponseHandler object is not stored in the session cache.