Package org.gradle.caching
Interface BuildCacheKey
public interface BuildCacheKey
Cache key identifying an entry in the build cache.
- Since:
- 3.3
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Returns the string representation of the cache key.byte[]Returns the byte array representation of the cache key.
- 
Method Details- 
getHashCodeString getHashCode()Returns the string representation of the cache key.
- 
toByteArraybyte[] toByteArray()Returns the byte array representation of the cache key.- Since:
- 5.4
 
- 
getDisplayNameDeprecated.UsegetHashCode()instead.Returns the same asgetHashCode().- Since:
- 8.7
 
 
- 
getHashCode()instead.