Add a set of files (or directories) to the cache.
The goal invocation for which the cache needs to be stored.
The project where the files (or directories) reside.
The files (or directories) to be cached.
An optional classifier to identify the set of files (or directories to be cached).
Remove files from the cache.
The goal invocation for which the cache needs to be removed.
Optionally the classifier of the cache for the files to be removed. If not defined, all classifiers are removed.
Retrieve files from the cache.
The goal invocation for which the cache needs to be restored.
he project where the files (or directories) need to be restored in.
Optionally the classifier of the cache for the files to be restored. If not defined, all caches for the GoalInvocation are restored.
Generated using TypeDoc
Goal cache interface for storing and retrieving arbitrary files produced by the execution of a goal.
FileSystemGoalCache`