I am confused as to how the ng cache works in regards to determining when to cache or not.
I am building a production configuration locally and the cache directory is still created, I was under the impression that no cache is created when running a prod build, but then I read that cache is based on environment variabe CI. So, I created an env CI variable and ran the production build again, the cache directory still showed up.
Can someone please help me understand how ng cache works and what I am doing wrong?