Most applications clog up the cache space on your device’s memory. You have to delete the cache manually which is not convenient. Fedilab is one of the few applications that has a self-cleaning cache function when exiting the application. Why don’t many other apps have a feature to disable caching or self-clear the cache?
Caches are critical for performance, but a cache with a bad expiration policy is another name for a memory leak.
It’s easier to add caching than it is to design an expiration policy.
mvirts@lemmy.world 1 year ago
Caches by design should be self cleaning
Sticker@lemy.nl 1 year ago
It’s possible. In the YouTube application, this is really true, but in many others the cache is not deleted by itself.
mvirts@lemmy.world 1 year ago
Interesting, I would guess most developers trust the caching mechanisms they are using will perform well long term, and don’t consider that a user would want more control over the cache. Caching is inherently a performance feature, so it’s probably seen as essential to user experience rather than an option