You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Creates the SRP Hash Table that the Memory_Services module will use to manage various Key ID and Value pairs. A check will first be made to see if the handle to the Hash Table already exists. If so then it will be released and a new Hash Table will be created.

Syntax

rv = Memory_Services("CreateHashTable", CacheName)

Parameters

ParameterDescription

CacheName

The unique name of the hash table to create.

Version

16.0.18

  • No labels