]> source.dussan.org Git - jgit.git/commit
DfsBlockCache: use PackExtBlockCacheTable when configured 66/1196166/20
authorLaura Hamelin <haowl@google.com>
Mon, 10 Jun 2024 20:42:03 +0000 (13:42 -0700)
committerLaura Hamelin <haowl@google.com>
Fri, 4 Oct 2024 23:33:49 +0000 (16:33 -0700)
commit7e85e7e21e29769c596694ea8492ffbc6dc3d9af
tree167bc56e48cc409846c0a53c428dbef65bb7b5b9
parentb295629443b7c785200af8ba563f1e103655c981
DfsBlockCache: use PackExtBlockCacheTable when configured

Adds the usage of PackExtBlockCacheTable to the
DfsBlockCache, replacing the current DfsBlockCacheTable
when PackExtCacheConfigurations exists.
When no PackExtCacheConfigurations exists the current
DfsBlockCacheTable implementation will be used.

Change-Id: I42222a0cb43785baba907a49077dd9874d19d891
org.eclipse.jgit.test/tst/org/eclipse/jgit/internal/storage/dfs/DfsBlockCacheTest.java
org.eclipse.jgit/src/org/eclipse/jgit/internal/storage/dfs/DfsBlockCache.java