Datasnap.DSSession.TDSSession.ParameterCache
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSSession.pas Datasnap.DSSession.hpp
| |
| Unit: Datasnap.DSSession | |
| Parent: TDSSession | |
Delphi
property ParameterCache: TDSSessionCache read FCache;
C++
__property TDSSessionCache* ParameterCache = {read=FCache};
Description
Cache for storing and retrieving previously executed commands and their results.
ParameterCache specifies a cache for storing and retrieving previously executed commands and their results.
ParameterCache is optionally used in conjunction with REST when a command execution results in multiple complex typed result objects such as Streams, Tables, or Objects.