Datasnap.DSSession.TDSSession.ParameterCache

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ParameterCache: TDSSessionCache read FCache;

C++

__property TDSSessionCache* ParameterCache = {read=FCache};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSession

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.