useCache Property (RenderImageTileRequestParams)
Gets or sets a value indicating whether rendered image tile must be saved in cache on server.
'Declaration
Public Property useCache As Boolean
public bool useCache { get; set; }
public: __property bool get_useCache();
public: __property void set_useCache(
bool
);
public:
property bool useCache {
bool get();
void set(bool );
}
Property Value
True - rendered image tile must be saved in cache on server; false - rendered image tile must NOT be saved in cache on server.
Default value is true.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5