Returns the absolute path string of the application cache directory.
static Future<String> get cachePath async => (await pp.getApplicationCacheDirectory()).path;