Deletes a cache instance within the scope of a Fast Response Cache Accelerator (FRCA) instance.
FRCA Library (libfrca.a)
#include <frca.h>
int32_t FrcaCacheDelete ( CacheHandle, FrcaHandle);
int32_t CacheHandle;
int32_t FrcaHandle;
The FrcaCacheDelete subroutine deletes a cache instance and releases any associated resources.
CacheHandle | Identifies the cache instance that is to be deleted. |
FrcaHandle | Identifies the FRCA instance to which the cache instance belongs. |
0 | The subroutine completed successfully. |
-1 | The subroutine failed. The global variable errno is set to indicate the specific type of error. |
ENOENT | The CacheHandle or the FrcaHandle parameter is invalid. |
The FrcaCacheCreate subroutine, the FrcaCacheLoadFile subroutine, the FrcaCacheUnloadFile subroutine, the FrcaCtrlCreate subroutine, the FrcaCtrlDelete subroutine, the FrcaCtrlLog subroutine, the FrcaCtrlStart subroutine, the FrcaCtrlStop subroutine.