Skip to content

Commit fe41b68

Browse files
authored
Shared Cache Clock-Pro implementation (#10063)
1 parent bc2bf72 commit fe41b68

11 files changed

+1036
-40
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)