[svn-r10688] Purpose:

Add API calls allowing user control of the metadata cache.


Description:

Prior to this update, the metadata cache was not configurable
from outside the library.


Solution:

Add API calls allowing the user to configure the metadata cache
either at file open time, or for any open file.  Also added calls
permitting the user to monitor cache size and hit rate.  These
latter facilities are needed for "manual" cache size control


Platforms tested:

h5committested


Misc. update:
This commit is contained in:
John Mainzer
2005-04-28 11:40:07 -05:00
parent 0971859803
commit a9ba92287d
16 changed files with 4622 additions and 263 deletions

View File

@@ -575,7 +575,6 @@
#define H5C__H5C_T_MAGIC 0x005CAC0E
#define H5C__MAX_NUM_TYPE_IDS 10
#define H5C__MAX_EPOCH_MARKERS 10
struct H5C_t
{