Caching issue in angularJS application
问题 I've an admin panel which is a pure angularJS application, which uses REST api for data manipulation. REST api is built using SlimAPI framework and Laravel's Eloquent ORM. I'm facing caching issue in admin panel. Even though if a add new content to the system, it'll not show up in the list page until and unless I clear the cache and refresh it. I cannot ask my client to clear the cache everytime when they add new content to the system. My questions are: Is there any way to refresh the cache