pub fn cache_dir() -> Option<PathBuf>
Returns the cache directory.
~/.cache/aptu
~/Library/Caches/aptu
C:\Users\<User>\AppData\Local\aptu
Returns None if the cache directory cannot be determined.
None