My data to cache are immutable, "cache forever", but i would not like to keep everything "forever" and i'd like to give some size limit on the cache (with lru policy if possible). I found no info on this, neither in this project or the mentioned cacache crate. Could you please provide some info if it is possible.
My data to cache are immutable, "cache forever", but i would not like to keep everything "forever" and i'd like to give some size limit on the cache (with lru policy if possible). I found no info on this, neither in this project or the mentioned cacache crate. Could you please provide some info if it is possible.