Uses of Class
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.EvictKey
-
Packages that use DfsBlockCache.EvictKey Package Description org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage. -
-
Uses of DfsBlockCache.EvictKey in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs with type parameters of type DfsBlockCache.EvictKey Modifier and Type Field Description private java.util.Map<DfsBlockCache.EvictKey,java.lang.Long>
DfsBlockCache. indexEvictionMap
Stores timestamps of the last eviction of indexes.
-