Skip to content

Commit face7da

Browse files
committed
Shared Cache Clock-Pro implementation (ydb-platform#10063)
1 parent 5d5f566 commit face7da

11 files changed

+1034
-38
lines changed

ydb/core/protos/shared_cache.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ option java_package = "ru.yandex.kikimr.proto";
44
enum TReplacementPolicy {
55
ThreeLeveledLRU = 0;
66
S3FIFO = 1;
7+
ClockPro = 2;
78
}
89

910
message TSharedCacheConfig {

0 commit comments

Comments
 (0)