load
Cache: Load
Load a cache entry from the Buildless-powered cache; if Buildless-specific protocols are not available or the Buildless Agent is not running, this will fall back to the default Gradle cache behavior.
Return
true
if the cache entry was loaded, false
otherwise.
Parameters
key
Cache key to retrieve a cache entry for.
reader
Cache entry reader.