public final class MapConfiguration extends Object
MapConfiguration
is the main class for defining the configuration of the map loading, for
example the cache size.Constructor and Description |
---|
MapConfiguration()
Constructor for MapConfiguration, sets the default cache size
|
Modifier and Type | Method and Description |
---|---|
long |
getMaxDiskCacheSizeBytes()
Get the current max disk cache
|
void |
setMaxDiskCacheSizeBytes(long maxDiskCacheSizeBytes)
Set the maximum disk cache size.
|
public MapConfiguration()
public long getMaxDiskCacheSizeBytes()
public void setMaxDiskCacheSizeBytes(long maxDiskCacheSizeBytes)