Flush Certian Query Cache (Using Memcache)

Hi All

I have small question

I’m using memcache to cache queries

but i want to ask if there is away to flush one query caching

not flush_all?

or any simple way to use set&get with caching

If you know (or can evaluate) the key of the cache item, you could simply use CMemCache.deleteValue(). Could you explain your use case a bit? There might be better options than that.