PyramidFileCacheOptions Description sealed class Tinman.Terrain.Pyramids.PyramidFileCacheOptions Derived from IConfigurable IEquatable<PyramidFileCacheOptions> Defines options for creating a PyramidFileCache. Public / Constructors PyramidFileCacheOptions public constructor PyramidFileCacheOptions → (3) sizeMegabytes opt : int32 = 1024 [>=0] Initial value for SizeMegabytes. sizePercent opt : int32 = 25 [0..100] Initial value for SizePercent. tileAge opt : int32 = 0 [>=0] Initial value for TileAge. Creates a new instance of PyramidFileCacheOptions. Public / Attributes SizeMegabytes public attribute SizeMegabytes → (get,set) value : int32 [>=0] The maximum file size, in megabytes. Set to 0 to disable this limit. The maximum size of the pyramid file cache. SizePercent public attribute SizePercent → (get,set) value : int32 [0..100] The maximum size, given as a percentage of available storage space in the directory that holds the pyramid cache file (see IFileSystem.DirectoryFreeSpace). Set to 0 to disable this limit. The maximum size of the pyramid file cache. TileAge public attribute TileAge → (get,set) value : int32 [>=0] The maximum tile age, in seconds. Set to 0 to disable this limit. The maximum age of tiles in the pyramid file cache. Defaults to 0. Configuration Config public static attribute Config → (get) value : IConfigurator<PyramidFileCacheOptions> [not-null] The configurator object. The configurator object for this type. PyramidFileCache PyramidFlags