BioDestroyCache
Function Definition
Destroys a cache instance.
Implementation
CResult BioDestroyCache(uint64_t tenantId)
Parameters
Parameter |
Data Type |
Input/Output |
Description |
|---|---|---|---|
tenantId |
uint64_t |
Input |
Tenant ID. |
Return Values
Return Value |
Description |
|---|---|
RET_CACHE_OK |
The operation is successful. |
RET_CACHE_NOT_FOUND |
The cache instance is not found. |
Parent topic: API Reference