I want to load images from server and want to save into cache.It means i want to load images from server one time and whenever i again want same image it should not be loaded through server for particular time. How can i do this into angular.The problem is related to image caching if one time image is loaded than it should be stored in the cache memory. Example:- Suppose there are 4 user on portal and each user have their login i want to set cache storage time for each user how can i do this?
Asked
Active
Viewed 672 times
0
-
I guess your browser will automatically do it for you! – Priyesh Kumar Jun 13 '16 at 07:32
-
Check [this](http://stackoverflow.com/a/10240297/4790490) post – Hardik Pithva Jun 13 '16 at 07:33
-
possible [duplicate](http://stackoverflow.com/questions/1285354/how-to-force-a-web-browser-to-cache-images) – a1626 Jun 13 '16 at 07:40
-
Yes, browser can done it but only one time i want to set the cache storage time for every user so every user able to see new images after some time. – kapiljain123 Jun 13 '16 at 08:39
-
How is this related to CSS? – actimel Jun 13 '16 at 13:56