#include "VXIcache.h"
#include "VXIlog.h"
#include "VXIheaderPrefix.h"
#include "VXIheaderSuffix.h"
Defines | |
#define | SBCACHE_API SYMBOL_IMPORT_DECL |
Functions | |
*SBCACHE_API VXIcacheResult | SBcacheInit (VXIlogInterface *log, const VXIunsigned diagLogBase, const VXIchar *cacheDir, const int cacheSizeMB, const int entryMaxSizeMB, const int entryExpTimeSec, VXIbool unlockEntries, const int cacheLowWaterMB) |
Global platform initialization of SBcache. | |
SBCACHE_API VXIcacheResult | SBcacheShutDown (VXIlogInterface *log) |
Global platform shutdown of SBcache. | |
SBCACHE_API VXIcacheResult | SBcacheCreateResource (VXIlogInterface *log, VXIcacheInterface **cache) |
Create a new cache service handle. | |
SBCACHE_API VXIcacheResult | SBcacheDestroyResource (VXIcacheInterface **cache) |
Destroy the interface and free internal resources. |
|
|