API:Datasnap.DSClientRest.TDSRestCachedObject

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSClientRest.TDSRestCachedItemSystem.TInterfacedObjectSystem.TObjectTDSRestCachedObject

Delphi

TDSRestCachedObject<T: class> = class(TDSRestCachedItem)

C++

template<typename T> class PASCALIMPLEMENTATION TDSRestCachedObject__1 : public TDSRestCachedItem

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest Datasnap.DSClientRest

Description

Implements DataSnap REST cached items.

Datasnap.DSClientRest.TDSRestCachedObject inherits from Datasnap.DSClientRest.TDSRestCachedItem. All content below this line refers to Datasnap.DSClientRest.TDSRestCachedItem.

Implements DataSnap REST cached items.

The TDSRestCachedItem class is used to implement DataSnap REST cached items.

See Also