Syntax: !mmclearThis will free the caches associated with the memory manager. Each managed data type has a cache of deleted objects, which are used to quickly service an allocation request. This command will clear the caches, giving the object memory back to the system. This is implicitly called by !clearall and the ClearAll script function.