Red Hat Training

A Red Hat training course is available for Red Hat JBoss Data Virtualization

4.5. Cache Administration

Clear the cache by using the AdminAPI's clearCache method. (The expected cache key is "QUERY_SERVICE_RESULT_SET_CACHE".)
  
   connectAsAdmin()
clearCache("QUERY_SERVICE_RESULT_SET_CACHE")
...