Description
Completed these four methods:
static boolean getUseCache() ;
static File getCacheDirectory();
static void setUseCache(boolean useCache);
static void setCacheDirectory(File cacheDirectory);
I have created a inner class Cache to save the cache informations