Table of Contents
Cache Cleaner is a developed browser cache cleaning tool designed to automate and simplify the process of clearing cache, enhancing accessibility and improving workflow efficiency.
I consider the project as a learning opportunity and my first dive into C# Desktop Development.
- Visual Studio
- MySQL
-
Clone the repo
git clone https://github.com/TiagoMDG/cache_cleaner.git
-
Open the solution with Visual Studio
Cache_Cleaner.sln -
Install/Restore the required
Nugget Packagesif needed. -
Change the build type to
Releaseif you'd like and then build. -
Binary is located in the following directory:
bin/Release
Comes with pre-configure Recommended Settings. (Basically clean everything.)
You can check the Help section for info on what is deleted depending on the selected settings.
It will also save logs on the files it deletes.
Tiago Gil - tiago.gil277@gmail.com
Project Link: https://github.com/TiagoMDG/cache_cleaner

