westcoj / SKHub-1.0

Repo for CS Capstone Project
0 stars 0 forks source link

Song Cache #18

Open westcoj opened 5 years ago

westcoj commented 5 years ago

Currently client downloads files as requested and keeps them all, instead a cache should be used, only holding x amount of songs and removing them as the limit is reached.

westcoj commented 5 years ago

Seemed simple to implement. Cache is cleaned on exit rather than being read on startup. Might be better to clean the cache folder on startup regardless?