$deleteCacheData
$setCacheData will delete given cache data.
Usage
$deleteCacheData[type;cacheName;cacheKey]Parameters
| Field | Type | Description | Required |
|---|---|---|---|
| type | string | Cache type. | true |
| cacheName | string | Cache name. | true |
| cacheKey | string | Cache key. | true |
Cache Types
| Field |
|---|
| Group |
| LinkedList |
| PriorityQueue |