BioGetCache
Function Definition
Obtains a cache instance.
Implementation
CResult BioGetCache(uint64_t tenantId, CacheDescriptor *desc)
Parameters
Parameter |
Data Type |
Input/Output |
Description |
|---|---|---|---|
tenantId |
uint64_t |
Input |
Tenant ID. |
desc |
CacheDescriptor* |
Output |
Instance parameter description: |
Return Values
Return Value |
Description |
|---|---|
RET_CACHE_OK |
The operation is successful. |
RET_CACHE_NOT_FOUND |
The cache instance is not found. |
RET_CACHE_EPERM |
The input parameter is incorrect. |
Parent topic: API Reference