You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread lastAccessTimeSecs through BlockCache write path
Summary: This diff modifies the BlockCache write path to include the last access time in seconds. The `insert` function in several files (`BlockCache.cpp`, `Driver.h`, `EnginePair.h`, `BigHash.h`, and `NoopEngine.h`) is updated to take an additional `lastAccessTimeSecs` parameter. This change allows the DRAM cache to pass last accessed time to be stored in BlockCache. This is needed for TTA based item lifetime enforcement.
Reviewed By: byahn0996
Differential Revision: D94716016
fbshipit-source-id: 79665972400474355aa8ffc5761b04ba9195a53a
0 commit comments