30
edits
(Remove the redundant descriptions) |
(performance improvement description) |
||
| Line 25: | Line 25: | ||
=== Background === | === Background === | ||
* '''Improve performance''' | * '''Improve performance''' | ||
** | ** The response time of each file operation should be as short as possible to provide better user experience when users want to view a photo, listen an audio, or watch a video. | ||
* '''Offline Support''' | * '''Offline Support''' | ||
** Cache store is a subset of cloud storage, so Cache system still can provide cached file content from cache store even no network connection available. | ** Cache store is a subset of cloud storage, so Cache system still can provide cached file content from cache store even no network connection available. | ||
=== Architecture === | === Architecture === | ||
* '''Cache Manager''' | * '''Cache Manager''' | ||
edits