# Function useQueryCache Alpha

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

React hook that returns the instance to manage query cache.

# Returns

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

Query cache