cdflib.setCacheSize
Specify number of CDF cache buffers
Syntax
cdflib.setCacheSize(cdfId,numBuffers)
Description
cdflib.setCacheSize(cdfId,numBuffers) specifies the number of cache
buffers the CDF library uses for an open CDF file.
cdfId identifies an open CDF file. numBuffers is a
numeric value that specifies the number of buffers.
For information about cache schemes, see the CDF User's Guide on NASA's Space Physics Data Facility website.
Examples
Tips
This function corresponds to the CDF library C API routine
CDFsetCacheSize.To use this function, you must be familiar with the CDF C interface. You can access the CDF documentation at the CDF website.