protected function clearAllObjectsFromCache()
 {
     $this->collection->deleteMany([]);
     return true;
 }