Hitachi

In-Memory Data Grid Hitachi Elastic Application Data Store


20.1.4 ead_stop_cache() (stops access to the cache)

Organization of this subsection

(1) Description

This function stops access to a specified cache.

(2) Format

#include <eads.h>
void ead_stop_cache
(
  const EAD_CACHE     *cp,            /* In */
  int                 *error_code     /* Out */
);

(3) Arguments

cp

Specifies the pointer to the cache to which you want to stop access.

Specify a handle obtained from ead_start_cache().

Specify the handle (pointer) obtained from ead_start_cache() when access to the cache was started.

error_code

Specifies the pointer from which to retrieve the error code.

For details about error codes, see 20.2 Error codes in the client library (C).