deleteEntry

suspend fun deleteEntry(args: CacheStorage.DeleteEntryParameter, mode: CommandMode = CommandMode.DEFAULT)

Deletes a cache entry.


suspend fun deleteEntry(cacheId: String, request: String)

Deletes a cache entry.

Parameters

cacheId

Id of cache where the entry will be deleted.

request

URL spec of the request.