How to clear cache in Gallery application?

It is extensively using cache mechanism in server side to render the images and data quickly.

This server-side cache will be an head-ache when debugging the Gallery application after making any changes on it. i-e Gallery will show the previous result from cache, it won't reflect the latest code/data/image change.

In this situation we need to clear the Gallery cache.

Find below the steps for clearing Gallery Cache.

Comments