Interface GitCacheKey

All Known Implementing Classes:
GitCacheKeyImpl

public interface GitCacheKey
Represents a cache key for Git repository on-disk cache. This key is used to uniquely identify a Git repository cache.
Since:
10.1
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Computes an aggregate SHA based on the key components.
  • Method Details

    • calculateAggregateSha

      @NotNull @NotNull String calculateAggregateSha()
      Computes an aggregate SHA based on the key components. This SHA is used to uniquely identify the access path of the Git repository cache.
      Returns:
      a string representing the computed aggregate SHA