Class DfsBlockCache.Ref<T>

java.lang.Object
org.eclipse.jgit.internal.storage.dfs.DfsBlockCache.Ref<T>
Enclosing class:
DfsBlockCache

static final class DfsBlockCache.Ref<T> extends Object
  • Field Details

    • key

      final DfsStreamKey key
    • position

      final long position
    • size

      final long size
    • value

      volatile T value
    • next

    • hot

      volatile boolean hot
  • Constructor Details

  • Method Details

    • get

      T get()
    • has

      boolean has()