public static function clearFilesCache()
 {
     self::$arrAttachmentsCache = array();
     self::$arrImagesCache = array();
 }