cacheServiceConfigGet
Declaration
MPI_RESULT cacheServiceConfigGet(CacheService cacheService, CacheServiceConfig *config);
Required Header: apputil.h Change History: Added in 03.04.11
Description
cacheServiceConfigGet gets the configuration of a CacheService object and writes it in the structure pointed to by config.
A pointer to the configuration structure where the CacheService object’s configuration is to be written.
See Also
cacheServiceConfigSet