Google News
logo
MongoDB - Quiz(MCQ)
Which of the following flushes user information from in-memory cache?
A)
invalidateUserCache
B)
grantCache
C)
validateUserCache
D)
None of the above

Correct Answer :   invalidateUserCache


Explanation : invalidateUserCache allows you to purge the cache at any given moment, regardless of the interval set in the userCacheInvalidationIntervalSecs parameter.

Advertisement