The flushCacheByKey and flushCacheByScope tags allow you to flush key entries from a cache:
flushCacheByKey – causes the specified entries to be erased from the cache, and can only be used on caches that specify the name attribute.
flushCacheByScope – removes entries from all the caches in a specific scope.