# WeChatMiniGameTest **Repository Path**: mirrors_cocos-creator/WeChatMiniGameTest ## Basic Information - **Project Name**: WeChatMiniGameTest - **Description**: Test WeChat mini game's cache mechanism - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WeChatMiniGameTest Test WeChat mini game's cache mechanism WeChat distributes 50MB storage spaces to every mini game.If your app runs out of storages spaces,"wx.saveFile" will fail. In this case,user needs to clean storage spaces manully. NOTICE:WeChat Dev Tools can not recreate this problem since the cache size on pc is unlimited. you will need a real phone to test this problem.