- Reference >
mongoShell Methods >- Query Plan Cache Methods >
- PlanCache.clear()
PlanCache.clear()¶
On this page
Definition¶
-
PlanCache.clear()¶ Removes all cached query plans for a collection.
Important
mongoShell MethodThis page documents a
mongomethod. This is not the documentation for database commands or language-specific drivers, such as Node.js. To use the database command, see theplanCacheClearcommand.For MongoDB API drivers, refer to the language-specific MongoDB driver documentation.
The method is only available from the
plan cache objectof a specific collection; i.e.For example, to clear the cache for the
orderscollection:
Required Access¶
On systems running with authorization, a user must have access that
includes the planCacheWrite action.