API:Datasnap.DSHTTP.TDSHTTPService.CacheContext

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CacheContext;

C++

__property CacheContext;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPService

Description

Specifies the cache URL context.

Datasnap.DSHTTP.TDSHTTPService.CacheContext inherits from Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CacheContext. All content below this line refers to Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CacheContext.

Specifies the cache URL context.

The CacheContext property specifies what string to use as the cache part of the URL, which accesses the session cache. By default, the context is set to cache, but it can be changed to anything.

For example, http://my.site.com/datasnap/cache/.

See Also