Commit f125282
Plumb recoverEvictionPolicy through Navy config layers
Summary:
Wires the recoverEvictionPolicy flag from BlockCache::Config through
the CacheLib Navy configuration layers so consumers can enable it.
Config plumbing chain:
- BlockCacheConfig (NavyConfig.h): setter/getter/member
- BlockCacheProto (Factory.h): virtual interface
- BlockCacheProtoImpl (Factory.cpp): implementation
- NavySetup.cpp: bridges BlockCacheConfig to BlockCacheProto
This is a pure plumbing change — no behavior change without a consumer
setting the flag.
Reviewed By: rlyerly
Differential Revision: D100237072
fbshipit-source-id: 2e02357ddd8a68cae82adc061dfa99a9de4cf4361 parent b1dea9c commit f125282
4 files changed
Lines changed: 19 additions & 0 deletions
File tree
- cachelib
- allocator/nvmcache
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
558 | 563 | | |
559 | 564 | | |
560 | 565 | | |
| |||
617 | 622 | | |
618 | 623 | | |
619 | 624 | | |
| 625 | + | |
| 626 | + | |
620 | 627 | | |
621 | 628 | | |
622 | 629 | | |
| |||
668 | 675 | | |
669 | 676 | | |
670 | 677 | | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
671 | 681 | | |
672 | 682 | | |
673 | 683 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
138 | 142 | | |
139 | 143 | | |
140 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
0 commit comments