Skip to content

Commit

Permalink
add expiration timestamp db trim
Browse files Browse the repository at this point in the history
Reviewed By: tutchiio

Differential Revision: D54833562

fbshipit-source-id: 089516588a8bb77c2676b95aad0b6c0528bca707
  • Loading branch information
Huang Xue authored and facebook-github-bot committed Mar 14, 2024
1 parent 49fc957 commit 9e787c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ enum EvictionReason {
CACHE_FULL,
CONTENT_STALE,
USER_FORCED,
CACHE_MANAGER_TRIMMED
CACHE_MANAGER_TRIMMED,
TRIM_EXPIRED,
}
}

0 comments on commit 9e787c3

Please sign in to comment.