Use TSCacheRemove to remove items from the cache. Possible callback events
include:
-
TS_EVENT_CACHE_REMOVE- the item was removed. There is no data payload for this event. -
TS_EVENT_CACHE_REMOVE_FAILED- indicates the cache was unable to remove the item idetified by the cache key.TSCacheErrordata indicates why the remove failed.

