Design cache mechanism
- by Delashmate
Hi All,
I got assignment to write design for cache mechanism,
This is my first time writing a design document,
Our program display images for doctors, and we wan't to reduce the parsing time of the images
So we want to save the parsed data in advance (in files or inside database)
Currently I have several design key ideas
Handle locks - each…