fun evictByID(collectionName: String, id: String): Unit
Evicts a document using its ID.
collectionName - the name of the collection that the document is in.
collectionName
id - the ID of the document to evict.
id