A CachedGradleOperation that reads and writes a list of values
| Fields inherited from class | Fields | 
|---|---|
| class CachedGradleOperation | fileName, projectContext | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | protected T | createListEntry(java.lang.String str) | 
|  | java.util.List<T> | readFromCached(java.io.File f) | 
|  | void | writeToCache(java.io.PrintWriter writer, java.util.List<T> data) | 
| Methods inherited from class | Name | 
|---|---|
| class CachedGradleOperation | call, readFromCached, readFromGradle, storeData, updateStatusMessage, writeToCache |