org.gradle.groovy.scripts
Interface CachePropertiesHandler
- All Known Implementing Classes:
- DefaultCachePropertiesHandler
public interface CachePropertiesHandler
HASH_KEY
static final java.lang.String HASH_KEY
- See Also:
- Constant Field Values
PROPERTY_FILE_NAME
static final java.lang.String PROPERTY_FILE_NAME
- See Also:
- Constant Field Values
VERSION_KEY
static final java.lang.String VERSION_KEY
- See Also:
- Constant Field Values
writeProperties
void writeProperties(java.lang.String scriptText,
java.io.File scriptCacheDir)
getCacheState
CachePropertiesHandler.CacheState getCacheState(java.lang.String testScript,
java.io.File scriptCacheDir)