# Function useQueryCache Alpha

useQueryCache(): undefined | { clear: () => void; }

React hook that returns the instance to manage query cache.

# Returns

undefined | { clear: () => void; }

Query cache