Package jetbrains.buildServer.serverSide
Interface CachePaths
-
- All Known Implementing Classes:
ServerPaths
public interface CachePaths
Interface to get a cache directory by name- Since:
- 8.0
- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getCacheDirectory(String name)
Returns a directory to store caches
-