getCacheDir method

Directory getCacheDir()

Gets the root cache directory

Implementation

Directory getCacheDir() {
  return _cacheDir;
}