You are viewing an offline version of MongoDB documentation. Some page features might be unavailable. To view the latest version of the page or use interactive features, visit the live page.
PlanCache.help()
Definition
PlanCache.help()
Displays the methods available to view and modify a collection's query plan cache.
The method is only available from the
plan cache object
of a specific collection; i.e.db.collection.getPlanCache().help()
See also: