danielfullmer / nzbfs

NZB Filesystem using FUSE/Python
18 stars 5 forks source link

Use a better caching system #5

Open danielfullmer opened 11 years ago

danielfullmer commented 11 years ago

Either:

  1. Improve the existing cache
  2. Use another cache like "beaker"

Specifically, I would really like to have an on-disk cache that is given a particular amount of space it can use, while rotating out old cache entries if they haven't been used for a while.