Datasnap.DSHTTP.TCustomDSHTTPServerTransport.CacheContext

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TCustomDSHTTPServerTransport

Delphi

property CacheContext: string read GetCacheContext write SetCacheContext stored IsCacheContextStored nodefault;

C++

__property System::UnicodeString CacheContext = {read=GetCacheContext, write=SetCacheContext, stored=IsCacheContextStored};

Description

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