Datasnap.DSClientRest.TDSRestCachedObject

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSClientRest.TDSRestCachedItemSystem.TInterfacedObjectSystem.TObjectTDSRestCachedObject
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: Datasnap.DSClientRest

Delphi

TDSRestCachedObject<T: class> = class(TDSRestCachedItem)

C++

template<typename T> class PASCALIMPLEMENTATION TDSRestCachedObject__1 : public TDSRestCachedItem

Description

Implements DataSnap REST cached objects.

The TDSRestCachedObject class is used to implement DataSnap REST cached objects.

See Also