And question about caching setting `removeUnusedEn...
# caching
e
And question about caching setting
removeUnusedEntriesAfterDays
- let's say I have library that not often updated, that means cache is removed after specified days and it will be missed on the next run. I wonder if for different projects we could set a different removal number of days.
c
that cache is related to use of the library in your code - are you depending on it or not; unrelated to updating library versions. Well, at least not directly - when an updated version comes in the previous version will become ‘unused’ after that number of days and be removed from cache.
e
Not sure I understood. Let’s say I have an app frequently built and using that library. The cache for this app will be preserved since it is commonly asked. But, the library build cache will be removed during app builds since that build caches are not used often. So wonder, if it is a expected case or if I could influence it.