@wildix/wim-cache-client > WimCache > syncCache
WimCache.syncCache() method
Signature:
syncCache(args: SyncCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SyncCacheCommandOutput) => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
args | ||
options | __HttpHandlerOptions | |
cb | (err: any, data?: SyncCacheCommandOutput) => void |
Returns:
void