deleteCache

suspend fun deleteCache(args: CacheStorage.DeleteCacheParameter, mode: CommandMode = CommandMode.DEFAULT)

Deletes a cache.


suspend fun deleteCache(cacheId: String)

Deletes a cache.

Parameters

cacheId

Id of cache for deletion.