Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsRefDatabase.RefCache
-
Packages that use DfsRefDatabase.RefCache Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsRefDatabase.RefCache in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that return DfsRefDatabase.RefCache Modifier and Type Method Description DfsRefDatabase.RefCacheDfsRefDatabase.RefCache. put(Ref ref)Obtain a modified copy of the cache with a ref stored.DfsRefDatabase.RefCacheDfsRefDatabase.RefCache. remove(String refName)Obtain a modified copy of the cache with the ref removed.protected abstract DfsRefDatabase.RefCacheDfsRefDatabase. scanAllRefs()Read all known references in the repository.protected DfsRefDatabase.RefCacheDfsReftableDatabase. scanAllRefs()Read all known references in the repository.
-