get_cache_used | R Documentation |
get_cache_used()
returns the amount of memory currently in use for
GDAL block caching. Wrapper of GDALGetCacheUsed64()
with return
value in MB by default.
get_cache_used(units = "MB")
units |
Character string specifying units for the return value. One of
|
A numeric value carrying the integer64
class attribute. Amount
of the available cache memory currently in use in the requested units.
get_cache_max()
, set_cache_max()
get_cache_used()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.