Learn R Programming

gdalraster (version 1.11.1)

get_cache_used: Get the size of memory in use by the GDAL block cache

Description

get_cache_used() returns the amount of memory currently in use for GDAL block caching. This a wrapper for GDALGetCacheUsed64() with return value as MB.

Usage

get_cache_used()

Arguments

Value

Integer. Amount of cache memory in use in MB.

See Also

Examples

Run this code
get_cache_used()

Run the code above in your browser using DataLab