Skip to content

Commit

Permalink
add option to switch between lfu and lru cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jdconrad committed Apr 17, 2024
1 parent d4c5c11 commit ebaa61d
Show file tree
Hide file tree
Showing 4 changed files with 1,734 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class BlobCachePlugin extends Plugin implements ExtensiblePlugin {
@Override
public List<Setting<?>> getSettings() {
return List.of(
SharedBlobCacheService.SHARED_CACHE_TYPE,
SharedBlobCacheService.SHARED_CACHE_SIZE_SETTING,
SharedBlobCacheService.SHARED_CACHE_SIZE_MAX_HEADROOM_SETTING,
SharedBlobCacheService.SHARED_CACHE_REGION_SIZE_SETTING,
Expand Down
Loading

0 comments on commit ebaa61d

Please sign in to comment.