mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-10-31 10:14:51 +00:00 
			
		
		
		
	Improved cache cleaner
This commit is contained in:
		| @@ -27,7 +27,15 @@ var ComunicWeb = { | |||||||
| 		 * Application system functions | 		 * Application system functions | ||||||
| 		 */ | 		 */ | ||||||
| 		system:{ | 		system:{ | ||||||
| 			//TODO: implement | 			/** | ||||||
|  | 			 * Initializate the application | ||||||
|  | 			 */ | ||||||
|  | 			init: function(){}, | ||||||
|  |  | ||||||
|  | 			/** | ||||||
|  | 			 * Restart the application | ||||||
|  | 			 */ | ||||||
|  | 			restart: function(){}, | ||||||
| 		}, | 		}, | ||||||
|  |  | ||||||
| 		/** | 		/** | ||||||
| @@ -162,7 +170,10 @@ var ComunicWeb = { | |||||||
| 		 * Functions to check data input in forms | 		 * Functions to check data input in forms | ||||||
| 		 */ | 		 */ | ||||||
| 		formChecker: { | 		formChecker: { | ||||||
| 			//TODO : implement | 			/** | ||||||
|  |   			 * Check an input | ||||||
|  | 			 */ | ||||||
|  | 			checkInput: function(input, inFormGroup){}, | ||||||
| 		}, | 		}, | ||||||
|  |  | ||||||
| 		/** | 		/** | ||||||
| @@ -314,7 +325,21 @@ var ComunicWeb = { | |||||||
| 		 * Get user infos | 		 * Get user infos | ||||||
| 		 */ | 		 */ | ||||||
| 		userInfos: { | 		userInfos: { | ||||||
| 			//TODO: implement | 			/** | ||||||
|  | 			 * @var {String} User infos cache | ||||||
|  | 			 */ | ||||||
|  | 			usersInfos: {}, | ||||||
|  |  | ||||||
|  | 			/** | ||||||
|  | 			 * Get user informations | ||||||
|  | 			 */ | ||||||
|  | 			getUserInfos: function(userID, afterGetUserInfos){}, | ||||||
|  |  | ||||||
|  | 			/** | ||||||
|  | 			 * Empty user informations cache | ||||||
|  | 			 * Remove all entries from user informations cache | ||||||
|  | 			 */ | ||||||
|  | 			emptyUserInfosCache: function(){} | ||||||
| 		}, | 		}, | ||||||
| 	}, | 	}, | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Pierre
					Pierre