Interface ComposerCache
-
- All Implemented Interfaces:
public interface ComposerCache
Allows to keep track of cache files for composer
-
-
Method Summary
Modifier and Type Method Description abstract File
getCacheDir()
Returns the directory which is needed to be used as a cache storage for composer abstract Unit
clear()
Clears the cache directory -
-
Method Detail
-
getCacheDir
abstract File getCacheDir()
Returns the directory which is needed to be used as a cache storage for composer
-
-
-
-