@vmadala What's the format of key-value pair in in-memory cache?Are you storing the query as the key and its results as the value? You could probably write a servlet and pass the key as an argument to delete.Also, it would be worth checking if indexing (in case you're using sql/ xpath queries) can ...