PlanCache.help()
On this page
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoDB server.
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()