Click or drag to resize

GeoStreamRepositoryDefaultDiskCacheLocation Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The default location where the disk cache resides. DefaultDiskCacheLocation is only used if UseDiskTileCache is true and DiskCacheLocation hasn't been set.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static string DefaultDiskCacheLocation { get; }

Property Value

Type: String
Remarks
%TEMP%\GeoStreamCache on Windows and /var/GeoStreamCache on Unix.
See Also