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.
在 Cakephp 中,是否可以缓存用户特定的信息,例如邮箱,并在有新邮件时重新设置缓存。
也许在浏览器缓存中?
我不太明白你想做什么?如果您想缓存用户特定且用户已登录,您只需将 UID 附加到缓存路径 - 这种方式仅适用于该用户。
$userSpecificCacheFile = 'my_file_name' . $uid;