Releasing the cache used by MongoDB

How to release the caching which is used by MongoDB?

MongoDB uses a lot of memory, but, we can release the memory by restarting MongoDB.
MongoDB uses the Least Recently Used (LRU) cache algorithm to check which pages are to be released and then frees the memory.