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.
我目前正在尝试实现一个缓存一致性协议,我需要为每个缓存块存储当前的全局时间戳。
我是否需要CacheMemory.hh在AbstractEntry.hh其他地方或其他地方更新时间戳变量?
CacheMemory.hh
AbstractEntry.hh
我在哪里可以找到有关缓存请求如何工作的详细说明?