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

View source: R/RcppExports.R

get_cache_usedR Documentation

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()

Value

Integer. Amount of cache memory in use in MB.

See Also

GDAL Block Cache

Examples

get_cache_used()

gdalraster documentation built on April 4, 2025, 4:38 a.m.