本文介绍了删除页面的缓存的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在全国各地有100多个用户同时工作.
有孤立的方案,其中当他们保存记录时,它保存了其他用户的旧信息.

我想在页面加载时有一个初始化阶段,其中页面上的所有缓存都将被删除,因此它将以新的形式启动,并避免将旧的数据保存到数据库中.

请提供最佳做法或方法的帮助.尽管已经隔离了这个问题,但对于关键数据却出现了问题,对此感到非常疲倦.

如果实施此方法,还会有弊端或弊端吗?

问候
Dabsukol

I have more than 100 users working at the same time throughout the country.
There are isolated scenarion wherein when they save the record, it saved the old information of other users.

I want to have a initialization stage on page load wherein all cache on page will be removed so it will start as new and to avoid getting old data saved into the database.

Please help on what is the best practice or approach. Reaelly tired of this problem though its isolated but problem occurs on critical data.

One more is there any draw back or cons if I implement this?

Regards
Dabsukol

推荐答案



这篇关于删除页面的缓存的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 07:58