Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
良好的缓存是加速访问公共数据(网站的所有用户)和经常使用的数据的完美方式。但是那些应该由特定角色(例如管理员)访问的数据呢?
这种缓存安全吗?使用数据缓存时是否需要执行任何与安全相关的操作?
从缓存访问敏感数据的安全问题与从任何其他来源(例如数据库)访问敏感数据时的安全问题完全相同。
您只需要在将其公开给用户之前实施适当的授权。